This section tells an implementation agent how to build a reference runtime repository from the research in this repo without guessing the intended architecture.
reference-coding-agent-runtime/
packages/
runtime-core/
runtime-types/
tool-adapters/
policy-hooks/
test-harness/
docs/
architecture/
patterns/
decisions/
TaskAgentStateToolCallToolResultCompletionAttemptRequiredActionJournalEventRuntimePolicyHookSubagentRun
- Create task.
- Run one turn.
- Execute a tool.
- Reinject a result.
- Attempt completion.
- Reject or accept completion.
- Emit journal events throughout.
- rich UI,
- provider proliferation,
- plugin ecosystems,
- graph orchestration,
- business-domain policies.