Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
client
command
Command client is a gRPC test client for the Agent Runtime.
|
Command client is a gRPC test client for the Agent Runtime. |
|
server
command
Command server starts the Agent Runtime: a gRPC service plus a light HTTP/SSE gateway that mirrors the runner endpoints (/run, /agent, /healthz).
|
Command server starts the Agent Runtime: a gRPC service plus a light HTTP/SSE gateway that mirrors the runner endpoints (/run, /agent, /healthz). |
|
gen
|
|
|
internal
|
|
|
config
Package config loads the Agent Runtime configuration from a YAML file (server / db / memory sections) with environment-variable overrides.
|
Package config loads the Agent Runtime configuration from a YAML file (server / db / memory sections) with environment-variable overrides. |
|
constant
Package constant centralizes string keys and default values used across the Agent Runtime so they are declared once instead of scattered as literals.
|
Package constant centralizes string keys and default values used across the Agent Runtime so they are declared once instead of scattered as literals. |
|
database
Package database provides the gorm-backed PostgreSQL connection used by the memory module.
|
Package database provides the gorm-backed PostgreSQL connection used by the memory module. |
|
dispatcher
Package dispatcher provides a streamlined orchestration layer that wires the migrated building blocks — prompt construction, built-in tools, sub-agents, context compression and knowledge retrieval — on top of the eino.Client agent/runner event loop.
|
Package dispatcher provides a streamlined orchestration layer that wires the migrated building blocks — prompt construction, built-in tools, sub-agents, context compression and knowledge retrieval — on top of the eino.Client agent/runner event loop. |
|
eino
Package eino wraps the cloudwego/eino ADK (Agent Development Kit) so the Agent Runtime drives completions through an adk.ChatModelAgent + adk.Runner event loop, mirroring the reference runner implementation.
|
Package eino wraps the cloudwego/eino ADK (Agent Development Kit) so the Agent Runtime drives completions through an adk.ChatModelAgent + adk.Runner event loop, mirroring the reference runner implementation. |
|
server
Package server implements the AgentRuntime gRPC service defined in proto/agent/runtime/v1.
|
Package server implements the AgentRuntime gRPC service defined in proto/agent/runtime/v1. |
Click to show internal directories.
Click to hide internal directories.