[EXAMPLES CLEANUP AND ORGANIZATION]

pull/1020/head
Kye Gomez 3 weeks ago
parent 5be0ab609e
commit 22758f222c

@ -40,8 +40,6 @@ agent = Agent(
interactive=True,
no_reasoning_prompt=True,
streaming_on=True,
# dashboard=True
llm_base_url="https://api.openai.com/v1",
)
out = agent.run(

Before

Width:  |  Height:  |  Size: 943 KiB

After

Width:  |  Height:  |  Size: 943 KiB

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 1.0 MiB

@ -1,30 +1,21 @@
torch>=2.1.1,<3.0
transformers>=4.39.0,<4.55.0
asyncio>=3.4.3,<4.0
toml
pypdf==5.1.0
ratelimit==2.2.1
loguru
pydantic==2.11.4
tenacity
rich
psutil
python-dotenv
PyYAML
docstring_parser==0.16
black
ruff
types-toml>=0.10.8.1
types-pytz>=2023.3,<2026.0
types-chardet>=5.0.4.6
mypy-protobuf>=3.0.0
pytest
networkx
aiofiles
httpx
# vllm>=0.2.0
aiohttp
mcp
numpy
openai
schedule
# Hospital Simulation Dependencies
# Core Swarms Framework
swarms>=0.1.0
# ChromaDB for RAG system
chromadb>=0.4.0
# Additional dependencies for enhanced functionality
loguru>=0.7.0
pydantic>=2.0.0
tenacity>=8.0.0
# Optional: For advanced features
# pinecone-client>=2.0.0 # Alternative vector database
# qdrant-client>=1.0.0 # Alternative vector database
# faiss-cpu>=1.7.0 # Alternative vector database
# Development dependencies (optional)
# pytest>=7.0.0
# black>=23.0.0
# flake8>=6.0.0
Loading…
Cancel
Save