39 lines
920 B
Markdown
39 lines
920 B
Markdown
# Trading Agents Documentation
|
|
|
|
This directory contains all project documentation.
|
|
|
|
## Available Documents
|
|
|
|
### Project Documentation
|
|
- **`PRD.md`** - Product Requirements Document
|
|
- Project overview and objectives
|
|
- System architecture
|
|
- Feature specifications
|
|
|
|
- **`DOCUMENTATION.md`** - Technical Documentation
|
|
- Detailed system design
|
|
- Component descriptions
|
|
- Integration guides
|
|
|
|
### Setup Guides
|
|
- **`FASTAPI_SETUP.md`** - FastAPI Server Setup
|
|
- API endpoint documentation
|
|
- Server configuration
|
|
- Deployment instructions
|
|
|
|
- **`SIMPLIFIED_CLI_GUIDE.md`** - CLI Usage Guide
|
|
- Command-line interface tutorial
|
|
- Available commands
|
|
- Usage examples
|
|
|
|
### Development
|
|
- **`TODO.md`** - Project Roadmap
|
|
- Planned features
|
|
- Known issues
|
|
- Future improvements
|
|
|
|
## Quick Links
|
|
|
|
- [Backend Setup](../backend/README.md)
|
|
- [iOS App Setup](../ios/README.md)
|
|
- [Main Project README](../README.md) |