II.
AgentCoreImpl overview
Reference · liveagent-core-impl:symphony.core@current
Symphony Core (current) overview
Inspect the raw attributes, linked wiki pages, and inbound or outbound graph edges for agent-core-impl:symphony.core@current.
Attributes
displayName
Symphony Core (current)
agentVersionId
packageRef
loopIteratorPolicy
poll-dispatch-reconcile
loopIteratorNotes
Polls issue tracker (Linear) for actionable issues, creates per-issue
workspaces, dispatches coding agent sessions, and reconciles results.
Bounded concurrency with exponential backoff retry on failures.
contextManagementStrategy
file-driven
compactionTriggerNotes
Loads workflow policy from in-repo WORKFLOW.md. Agent sessions are
ephemeral; persistent state is filesystem-driven via workspace dirs.
subagentInvokerPolicy
process-spawn
subagentInvokerNotes
Spawns coding agent CLIs (Codex) in isolated per-issue workspaces
with WORKFLOW.md-driven instructions.
resultSynthesisPolicy
model-direct
resultSynthesisNotes
Agent session output is reconciled back to the issue tracker as
PR submissions and status updates.
stopDetectionStrategy
structured-end-event
transportClientLibrary
symphony-internal
supportedTransportProtocols
parallelToolCallHandling
native
streamingFidelity
partial
thinkingChannelHandling
not-supported
notes
Core components:
- Workflow Loader: reads WORKFLOW.md for runtime behavior policy
- Config Layer: typed getters for environment and repo config
- Tracker Integration: polls Linear for issues, posts status updates
- Workspace Manager: per-issue directory isolation with git worktrees
- Agent Session Runner: spawns and monitors coding agent processes
Outgoing edges
composes1
- agent:symphony·AgentProductOpenAI Symphony
realizes1
- layer:4-agent-core·LayerAgent-Core
speaks1
- model-transport:openai-responses·ModelTransportProtocolOpenAI Responses
supports4
- capability:supports-tool-use·CapabilitySupports tool use
- capability:supports-subagent-dispatch·CapabilitySupports subagent dispatch
- capability:supports-parallel-execution·CapabilitySupports parallel execution
- capability:can-multi-turn·CapabilityCan multi-turn
supports_orchestration_primitive9
- orch-primitive:agent-dispatch·OrchestrationPrimitiveAgent Dispatch
- orch-primitive:poll-tick·OrchestrationPrimitivePoll Tick
- orch-primitive:reconciliation·OrchestrationPrimitiveReconciliation
- orch-primitive:retry-with-backoff·OrchestrationPrimitiveRetry with Backoff
- orch-primitive:concurrency-control·OrchestrationPrimitiveConcurrency Control
- orch-primitive:workflow-policy-load·OrchestrationPrimitiveWorkflow Policy Load
- orch-primitive:workspace-create·OrchestrationPrimitiveWorkspace Create
- orch-primitive:workspace-cleanup·OrchestrationPrimitiveWorkspace Cleanup
- orch-primitive:task-complete·OrchestrationPrimitiveTask Complete
Incoming edges
composed_of1
- agent-version:symphony@current·AgentVersion