🌱 Initial release. Feasibility of the approach. Simple commend line interface enhanced using rich
. Tested with gemma3:27b and mistral:7b via Ollama. Running on RTX 4080.
Added
model.py
- simple urgent care call centre model. Serves as the simulation layer.mcp_server.py
- Model Context Protocol layer implemented usingFastMCP
.agent_self_reflection.py
:LangGraph
state chart agent. Self reflection fixes paramter generation mistakesagent_planning_workflow.py
: LangChain implementation. Agent discovers servers abilities and reasons about the order in which to take action.- Repo fundamentals: citation info, license, change log, environment file, readme.