Initial commit: VoIdeaAI - voice-first AI idea assistant
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
# App Module - VoIdea
|
||||
|
||||
## Overview
|
||||
|
||||
Main application package containing all modules.
|
||||
|
||||
## Structure
|
||||
|
||||
```
|
||||
app/
|
||||
├── core/ # Configuration, base classes, security
|
||||
├── models/ # Database models
|
||||
├── api/ # API endpoints
|
||||
├── services/ # Business logic
|
||||
├── integrations/ # External services (AI, OAuth)
|
||||
└── agents/ # System agents
|
||||
```
|
||||
|
||||
## Modules
|
||||
|
||||
| Module | Description |
|
||||
|--------|-------------|
|
||||
| `core/` | Foundation (config, security, exceptions) |
|
||||
| `models/` | SQLAlchemy models and Pydantic schemas |
|
||||
| `api/` | FastAPI routers and endpoints |
|
||||
| `services/` | Business logic services |
|
||||
| `integrations/` | External API integrations |
|
||||
| `agents/` | System automation agents |
|
||||
|
||||
---
|
||||
|
||||
*This file maintained by DocAgent*
|
||||
Reference in New Issue
Block a user