An open API service providing commit metadata for open source projects.

GitHub / pythonhealthdatascience/des_agent / commits

An AI agent that can discovery, run, experiment, and report results from any DES model setup as a MCP server.

SHA Message Author Date Stats
f6312615 merge Merge pull request #9 from pythonhealthdatascience/protocol Tom Monks <T****s@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
6476f765 feat(app): draft of a basic streamlit app TomMonks <t****s@g****m> 3 months ago
b832d9da feat(evals): create script now uploads to phoenix as dataset TomMonks <t****s@g****m> 5 months ago
56a08f8c feat(callcentre): improved schema desc + improved json prompt TomMonks <t****s@g****m> 5 months ago
42c7a8b2 feat(evals): run all evals in one go or limit to n of set TomMonks <t****s@g****m> 5 months ago
5f896a64 docs(env) + main arize-phoenix TomMonks <t****s@g****m> 5 months ago
1e150207 feat(evals): trial run with gemma3:27b - no phoenix TomMonks <t****s@g****m> 5 months ago
aa70d869 feat(evals): added basic eval script TomMonks <t****s@g****m> 5 months ago
1073cbe4 feat(evals): added initial eval data TomMonks <t****s@g****m> 5 months ago
01762187 feat(evals): draft tracing TomMonks <t****s@g****m> 5 months ago
6c43aaea feat(evals): added basic langgraph tracing arize-phoenix TomMonks <t****s@g****m> 5 months ago
ef412b04 docs(env): +arize-phoenix TomMonks <t****s@g****m> 5 months ago
eeb0dc4f docs(readme): updated run mcp instructio TomMonks <t****s@g****m> 5 months ago
68491f83 chore(clean): removed redun top level resource dir TomMonks <t****s@g****m> 5 months ago
66bfbd47 chore(clean): removed original mcp and model modules TomMonks <t****s@g****m> 5 months ago
1f119cca feat(planner): shorten plan preview to 500 charac TomMonks <t****s@g****m> 5 months ago
87a17d07 fix(planner): memory stores schema under get_schema TomMonks <t****s@g****m> 5 months ago
783e5161 feat(mcp): setup script to run new framework TomMonks <t****s@g****m> 5 months ago
8b69a763 feat(call_centre): renamed adapter class TomMonks <t****s@g****m> 5 months ago
8039f93e clean(self_ref): removed commented out models TomMonks <t****s@g****m> 5 months ago
0932d421 feat(server): added generic sim mcp server code TomMonks <t****s@g****m> 5 months ago
b6db7c58 feat(examples): call_centre_model TomMonks <t****s@g****m> 5 months ago
a3abce32 feat(pkg): +Protocol to adapt sim model interface TomMonks <t****s@g****m> 5 months ago
ed832ca3 feat(pkg): start of MCP sim package TomMonks <t****s@g****m> 5 months ago
b01575cb docs(changes): updated release no. + DOI TomMonks <t****s@g****m> 5 months ago
d9ef33b2 docs(cite): zenodo badge TomMonks <t****s@g****m> 5 months ago
6d645c97 docs(changes): +CHANGES.md TomMonks <t****s@g****m> 5 months ago
b56653f8 docs(cff): +CITATION.cff TomMonks <t****s@g****m> 5 months ago
54b1aeb4 fix(readme): LangChain typo TomMonks <t****s@g****m> 5 months ago
6a79c396 chore(clean): rm redundant parameter prompt TomMonks <t****s@g****m> 5 months ago
0576d709 chore(clean): rm basic testing code TomMonks <t****s@g****m> 5 months ago
acdcf8f4 chore(clean): rm original draft lanchain impl TomMonks <t****s@g****m> 5 months ago
9398dee6 chore(clean): removed redundant notebook TomMonks <t****s@g****m> 5 months ago
6d34d818 docs(readme): embedded gif demo TomMonks <t****s@g****m> 5 months ago
e9ffcc67 docs(readme): self relect gif = <t****s@g****m> 5 months ago
eb063b2c docs(readme): minor tweak to language TomMonks <t****s@g****m> 5 months ago
af08dbad docs(readme): rm agent performance metrics TomMonks <t****s@g****m> 5 months ago
2e87fe5c docs(readme): sim overview fix TomMonks <t****s@g****m> 5 months ago
2a9e4435 docs(readme): separate mamba and pip TomMonks <t****s@g****m> 5 months ago
cc2a7e8c fix(readme): rm redundant markdown TomMonks <t****s@g****m> 5 months ago
34cc47e4 feat(docs): hardware env + troubleshoot TomMonks <t****s@g****m> 5 months ago
facf5136 docs(readme): added architecture image TomMonks <t****s@g****m> 5 months ago
622f1d04 docs(images): +architecture image = <t****s@g****m> 5 months ago
d90b5e98 docs(readme): draft readme - missing images TomMonks <t****s@g****m> 5 months ago
4813a1e6 docs(readme): quick overview TomMonks <t****s@g****m> 6 months ago
7b64cd74 docs(image): self reflection TomMonks <t****s@g****m> 6 months ago
f773015d docs(selfreflect): module docstring TomMonks <t****s@g****m> 6 months ago
2ee0372d feat(selfreflect): cmd line args for model TomMonks <t****s@g****m> 6 months ago
7a998801 docs(clean): improved docstring planner TomMonks <t****s@g****m> 6 months ago
dbfb8342 docs(clean_json): docstring examples TomMonks <t****s@g****m> 6 months ago
25e9429f feat(reflect): agent now retries with json parsing error TomMonks <t****s@g****m> 6 months ago
b5f8b6d9 chore(repo): renamed to self reflection TomMonks <t****s@g****m> 6 months ago
b7726062 feat(langgraph): self reflecting agent draft TomMonks <t****s@g****m> 6 months ago
1c9218fe feat(graph): basic langgraph implementation no reasoning TomMonks <t****s@g****m> 6 months ago
21fc254d docs(env): +langgraph TomMonks <t****s@g****m> 6 months ago
e7ee485e chore(PEP8): autoformat with black TomMonks <t****s@g****m> 6 months ago
900df350 feat(debug): added basic debugging TomMonks <t****s@g****m> 6 months ago
981c5953 feat(cli): changed default planner to gemma3:27b TomMonks <t****s@g****m> 6 months ago
5cbc70e8 feat(debug): setup logging TomMonks <t****s@g****m> 6 months ago
ef51c931 feat(cli): +cli for planner + summary TomMonks <t****s@g****m> 6 months ago
5dd9099b feat(cli): +cli for planner + summary TomMonks <t****s@g****m> 6 months ago
03442feb docs(planning): better docstring for run_plan TomMonks <t****s@g****m> 6 months ago
06c54b11 docs(env):+tabulate TomMonks <t****s@g****m> 6 months ago
492e34db feat(planner): fully plan with some hard coded ifs TomMonks <t****s@g****m> 6 months ago
202d269f feat(planner): parse plan. Improved MCP naming and meta data TomMonks <t****s@g****m> 6 months ago
66070f30 feat(mcp): added descriptions to server tools/param prompt TomMonks <t****s@g****m> 6 months ago
11437c74 feat(planner): initial experiments with a planner TomMonks <t****s@g****m> 6 months ago
6ebf14be feat(validation): basic validation of generated params with termination. TomMonks <t****s@g****m> 6 months ago
a78a0a19 clean(server): ./schema.json -> resource/schema.json TomMonks <t****s@g****m> 6 months ago
c6e2043f feat(reasoning): added extra context for calculations + better docstrings TomMonks <t****s@g****m> 6 months ago
5441d42f feat(adv_agent): prompt discovery TomMonks <t****s@g****m> 6 months ago
ba6aa6cc chore(clean): removed redundant code TomMonks <t****s@g****m> 6 months ago
8210a8de feat(progress): added progress bar for thinking TomMonks <t****s@g****m> 6 months ago
9637c1ea feat(basic): working prototype TomMonks <t****s@g****m> 6 months ago
77d28918 feat(client): basic pipeline. wip TomMonks <t****s@g****m> 6 months ago
8817c85b docs(env): added langchain-ollama TomMonks <t****s@g****m> 6 months ago
fd8d2077 docs(env): + mamaba TomMonks <t****s@g****m> 6 months ago
9a1d58e2 Initial commit Tom Monks <T****s@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago

← Back to repository