Commit 0844762
committed
Add TITAN agent server project with comprehensive guides
This commit adds the complete TITAN project structure:
- FastAPI server with Telegram bot integration
- Pydantic AI agent with deferred tools (ask_user)
- Complete deployment-ready setup (Railway/Fly.io)
- Comprehensive documentation in Spanish for beginners
- 8 detailed explanation guides covering all concepts
Project structure:
- server.py: FastAPI server with webhook handling
- agent.py: Pydantic AI agent configuration
- tools.py: Custom tools implementation (ask_user with Futures)
- requirements.txt: All Python dependencies
- Procfile: Deployment configuration
- README.md: Complete setup and usage guide
- explicaciones/: 8 beginner-friendly guides explaining every concept
The project demonstrates advanced Pydantic AI features including:
- Deferred tools with async/await and Futures
- Multi-turn conversations with user interaction
- Background task processing
- Telegram webhook integration
- Production-ready deployment setup
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent c4c9e77 commit 0844762
File tree
17 files changed
+4770
-0
lines changed- Titan
- explicaciones
17 files changed
+4770
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments