A modular, agent-driven platform for field recording, transcription, meeting/conference intelligence, and more.
- Clone the repository
- Create a
.envfile (see sample in repo) - Install dependencies:
pip install -r requirements.txt
- Start the app:
uvicorn app.main:app --reload
See documentation and comments in the code for structure and agent details.
- Implement authentication logic and user role management
- Add agent stubs and orchestrator
- Build UI templates and static assets