[EXAMPLES CLEANUP AND ORGANIZATION]

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

@ -40,8 +40,6 @@ agent = Agent(
interactive=True, interactive=True,
no_reasoning_prompt=True, no_reasoning_prompt=True,
streaming_on=True, streaming_on=True,
# dashboard=True
llm_base_url="https://api.openai.com/v1",
) )
out = agent.run( 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 # Hospital Simulation Dependencies
transformers>=4.39.0,<4.55.0 # Core Swarms Framework
asyncio>=3.4.3,<4.0 swarms>=0.1.0
toml
pypdf==5.1.0 # ChromaDB for RAG system
ratelimit==2.2.1 chromadb>=0.4.0
loguru
pydantic==2.11.4 # Additional dependencies for enhanced functionality
tenacity loguru>=0.7.0
rich pydantic>=2.0.0
psutil tenacity>=8.0.0
python-dotenv
PyYAML # Optional: For advanced features
docstring_parser==0.16 # pinecone-client>=2.0.0 # Alternative vector database
black # qdrant-client>=1.0.0 # Alternative vector database
ruff # faiss-cpu>=1.7.0 # Alternative vector database
types-toml>=0.10.8.1
types-pytz>=2023.3,<2026.0 # Development dependencies (optional)
types-chardet>=5.0.4.6 # pytest>=7.0.0
mypy-protobuf>=3.0.0 # black>=23.0.0
pytest # flake8>=6.0.0
networkx
aiofiles
httpx
# vllm>=0.2.0
aiohttp
mcp
numpy
openai
schedule
Loading…
Cancel
Save