Documentation Index
Fetch the complete documentation index at: https://docs-omnicoreagent.omnirexfloralabs.com/llms.txt
Use this file to discover all available pages before exploring further.
OmniCoreAgent Cookbook
Copy, paste, run. These examples show how to build with OmniCoreAgent from the first local agent through production-shaped application harnesses.π Where to Start
New to OmniCoreAgent? Start with getting_started β progressive examples from βHello Worldβ to production deployments. Know what youβre building? Find your use case below. Just want to see it work?π Build by Use Case
π€ I want to build my first agent
β getting_started β Basic agents, tools, memory, events, and configuration.π οΈ I want to use custom tools
β getting_started/agent_with_local_tools.py β Register Python functions as tools.π I want to connect MCP servers
β getting_started/agent_with_mcp_tools.py β Connect to external MCP servers.π₯ I want agents working together
β workflows β Sequential, Parallel, and Router agents.π I want agents running autonomously
β background_agents β Scheduled tasks and queue-based execution.π§ I want complex multi-step workflows
β getting_started/agent_with_sub_agents.py β OmniCoreAgent dynamic subagents, workspace files, and orchestration.π I want to build a real application
β real_applications β Production-shaped app harness examples that show domain tools, workspace files, offloading, telemetry, guardrails, and workspace command tools across different apps.π§ͺ I want more domain demos
β advanced_agent β E-commerce, flight booking, customer support, due diligence.π I want to deploy as an API
β omniserve β Deploy agents as REST/SSE APIs with one command.π I want to run in production
β production β Metrics and guardrails.π Directory Structure
π― Featured Examples
| Example | What Youβll Build |
|---|---|
| Research Due Diligence | Research agent with parallel tools, workspace reports, artifact readback, telemetry |
| Support Operations | Support agent with customer/order tools, guardrails, escalation, workspace notes |
| Workspace Code Review | Code review agent using built-in workspace file commands instead of unrestricted shell |
| Support Background Task | Real support operations app running through durable background task state, events, attempts, and workspace output |
| E-commerce Shopper | Personal shopping assistant with cart, preferences, recommendations |
| Flight Booking | Travel agent with search, booking, and itinerary management |
| Customer Support | Support agent with ticket handling and escalation |
| Due Diligence | Investment research with web search, analysis, and reporting |