otter - Alpha Berkeley Agent Application
# API keys were automatically configured from your environment
# Start services
framework deploy up
# Run CLI interface
framework chatotter/
├── otter/ # Application code
│ ├── registry.py
│ ├── capabilities/
│ └── context_classes.py
├── services/ # Docker services
├── config.yml # Configuration
└── pyproject.toml # Dependencies
Edit files in otter/ to add functionality. Changes are reflected immediately.
- Framework: https://thellert.github.io/alpha_berkeley
- Tutorial: Building Your First Capability