Files
2026-08-21 12:35:22 -07:00
..
2026-06-13 00:37:34 +00:00
2026-06-13 00:37:34 +00:00
2026-06-13 00:37:34 +00:00
2026-06-13 00:37:34 +00:00
2026-06-13 00:37:34 +00:00

runtime

The execution engine — how an agent runs. Given a spec and user input, it drives the agent's reasoning loop: invoking LLMs, calling tools, managing skills, and producing responses.

The runtime is a library, not a service. The server is its primary host, but it can also be used directly for local development, embedded in other applications, or invoked from tests.