The standalone agent execution engine. Point it at any YAML agent file, provide credentials, and it runs — no server, no database, no UI required.
v1.3.2 · Release notes
Define your agent's name, instructions, connectors, and workflow steps in a simple YAML file. No code required.
Add your LLM API key and connector credentials to oe-config.json. The runtime matches them to your agent automatically.
Execute with a single command. The agent calls tools, processes results, and delivers output — all from the terminal.
Pass agent parameters at runtime with --param. Connect to any LLM or service with --config.
Every capability below is available to any agent via tool calling. Declare the connector in your YAML — the runtime handles the rest.
Write a YAML agent, add your credentials, run it anywhere. No server required.