Project Structure
Project structure and flow diagram
Project Structure
.
├── config/ # Agent configuration files
├── src/
│ ├── actions/ # Agent outputs/actions/capabilities
│ ├── backgrounds/ # Background tasks
│ ├── fuser/ # Input fusion logic
│ ├── inputs/ # Input plugins (e.g. VLM, audio)
│ ├── llm/ # LLM integration
│ ├── providers/ # Background tasks
│ ├── runtime/ # Core runtime system
│ ├── simulators/ # Virtual endpoints such as `WebSim`
│ ├── zenoh_msgs/ # Zenoh's Interface Definition Language (IDL)
│ └── run.py # CLI entry pointFlow Diagram

Sensory Input & AI Captioning
Fuser & Cortex LLM
Action & Orchestration
Last updated
Was this helpful?
