Skip to content

Commit 6d645c9

Browse files
committed
docs(changes): +CHANGES.md
1 parent b56653f commit 6d645c9

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGES.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Dates formatted as YYYY-MM-DD as per [ISO standard](https://www.iso.org/iso-8601-date-and-time-format.html).
7+
8+
Consistent identifier (represents all versions, resolves to latest):
9+
10+
## Unreleased
11+
12+
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.
13+
14+
### Added
15+
16+
* `model.py` - simple urgent care call centre model. Serves as the simulation layer.
17+
* `mcp_server.py` - Model Context Protocol layer implemented using `FastMCP`.
18+
* `agent_self_reflection.py`: `LangGraph` state chart agent. Self reflection fixes paramter generation mistakes
19+
* `agent_planning_workflow.py`: LangChain implementation. Agent discovers servers abilities and reasons about the order in which to take action.
20+
* Repo fundamentals: citation info, license, change log, environment file, readme.
21+

0 commit comments

Comments
 (0)