Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@TomMonks TomMonks released this 30 Jul 16:28
· 2 commits to main since this release

🌱 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 using FastMCP.
  • agent_self_reflection.py: LangGraph state chart agent. Self reflection fixes paramter generation mistakes
  • agent_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.