Directories
¶
| Path | Synopsis |
|---|---|
|
a2a-server starts an in-process A2A server around a real local Agent, then calls it through the A2A client.
|
a2a-server starts an in-process A2A server around a real local Agent, then calls it through the A2A client. |
|
inspect demonstrates read-only Driver probes and Agent inspection.
|
inspect demonstrates read-only Driver probes and Agent inspection. |
|
internal
|
|
|
profiles materializes a complete provider profile — skills, MCP, hooks, sub-agent, instructions — and then proves on disk that the selected CLI really sees it.
|
profiles materializes a complete provider profile — skills, MCP, hooks, sub-agent, instructions — and then proves on disk that the selected CLI really sees it. |
|
hook
command
|
|
|
mcpserver
command
|
|
|
resources
command
profiles/resources shows the resource half of the profile vocabulary: not only *where* the provider profile lives, but *what must exist inside it*.
|
profiles/resources shows the resource half of the profile vocabulary: not only *where* the provider profile lives, but *what must exist inside it*. |
|
quickstart constructs an Agent from a Driver, asks one question, and reads one Result.
|
quickstart constructs an Agent from a Driver, asks one question, and reads one Result. |
|
showcases
|
|
|
team-agent-workflow
command
Host-side scaffolding for the team-agent-workflow showcase: the temporary task fixture, the workspace stage audit, the terminal renderer, and the protocol text handed to the leader.
|
Host-side scaffolding for the team-agent-workflow showcase: the temporary task fixture, the workspace stage audit, the terminal renderer, and the protocol text handed to the leader. |
|
skills proves runtime skill injection end-to-end with a real local CLI: the agent is given a write-proof skill and only follows it if the skill actually reached the provider's skill directory.
|
skills proves runtime skill injection end-to-end with a real local CLI: the agent is given a write-proof skill and only follows it if the skill actually reached the provider's skill directory. |
|
streaming shows the unified typed event channel for one run, consumed with a single for-range + type switch, closed out by Result().
|
streaming shows the unified typed event channel for one run, consumed with a single for-range + type switch, closed out by Result(). |
|
chat
command
streaming/chat is a minimal typed-event chat UI in pure Go.
|
streaming/chat is a minimal typed-event chat UI in pure Go. |
|
structured-output derives a JSON schema from a Go type, asks the Driver for structured output, validates it, and returns the decoded value with Result.
|
structured-output derives a JSON schema from a Go type, asks the Driver for structured output, validates it, and returns the decoded value with Result. |
|
threads demonstrates persistent, resume-only, and forked conversation Threads on host-owned keys.
|
threads demonstrates persistent, resume-only, and forked conversation Threads on host-owned keys. |
|
codec
command
threads/codec looks underneath the Thread abstraction at the driver-owned session codec.
|
threads/codec looks underneath the Thread abstraction at the driver-owned session codec. |
|
tools gives a local coding agent one host-defined typed Go function.
|
tools gives a local coding agent one host-defined typed Go function. |
|
web-chat exposes an Agent over AG-UI Server-Sent Events with a single bridge call.
|
web-chat exposes an Agent over AG-UI Server-Sent Events with a single bridge call. |
|
aguiclient
command
web-chat/aguiclient is the minimal-middleware AG-UI demo:
|
web-chat/aguiclient is the minimal-middleware AG-UI demo: |
|
copilotkit
command
web-chat/copilotkit combines the SDK's unified Event stream with CopilotKit's React UI through the AG-UI protocol.
|
web-chat/copilotkit combines the SDK's unified Event stream with CopilotKit's React UI through the AG-UI protocol. |
Click to show internal directories.
Click to hide internal directories.