mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-12-16 21:45:14 +00:00
* Checkpoint before follow-up message Co-authored-by: escapethematrixmate01 <escapethematrixmate01@gmail.com> * Add system prompts for various AI tools and assistants Co-authored-by: escapethematrixmate01 <escapethematrixmate01@gmail.com> * Add N8N workflow documentation API with database and import tools Co-authored-by: escapethematrixmate01 <escapethematrixmate01@gmail.com> * Checkpoint before follow-up message Co-authored-by: escapethematrixmate01 <escapethematrixmate01@gmail.com> * Create Revolutionary AI Agent with voice and video capabilities Co-authored-by: escapethematrixmate01 <escapethematrixmate01@gmail.com> * Create advanced voice processor with character-based voice synthesis Co-authored-by: escapethematrixmate01 <escapethematrixmate01@gmail.com> * Create Revolutionary AI Agent System with voice and video capabilities Co-authored-by: escapethematrixmate01 <escapethematrixmate01@gmail.com> * Checkpoint before follow-up message Co-authored-by: escapethematrixmate01 <escapethematrixmate01@gmail.com> * Add full-stack, ML, and blockchain capabilities to Ultimate AI Agent Co-authored-by: escapethematrixmate01 <escapethematrixmate01@gmail.com> --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: escapethematrixmate01 <escapethematrixmate01@gmail.com>
21 lines
376 B
Plaintext
21 lines
376 B
Plaintext
# Revolutionary AI Agent System - Simplified Requirements
|
|
fastapi>=0.104.0
|
|
uvicorn[standard]>=0.24.0
|
|
aiofiles>=23.2.0
|
|
jinja2>=3.1.0
|
|
pydantic>=2.5.0
|
|
python-multipart>=0.0.6
|
|
|
|
# AI and Machine Learning
|
|
openai>=1.3.0
|
|
anthropic>=0.7.0
|
|
replicate>=0.22.0
|
|
requests>=2.31.0
|
|
|
|
# Voice and Audio Processing
|
|
elevenlabs>=0.2.26
|
|
edge-tts>=6.1.9
|
|
|
|
# Utilities
|
|
python-dotenv>=1.0.0
|
|
rich>=13.7.0 |