MedCodeMCP / app.py

Commit History

managing token limit
6914fb8
Running

gpaasch commited on

hit the token limit
c7fb41b

gpaasch commited on

system prompt needed improvement
f960da5

gpaasch commited on

Extract the string content from the LLM response object before passing it to `format_response_for_user`, and ensure it is a dictionary.
f4dc3d2

gpaasch commited on

json is coming back
a7c84b5

gpaasch commited on

needs dict, not string
448a2cd

gpaasch commited on

prompt is now a string, not a tuple, copilot nailed this one
28aec0b

gpaasch commited on

json is not needed at all for this
8237afe

gpaasch commited on

vibe coding lead to a very lazy and wrong application of constrained decoding - simply cutting off the llm after a closing brace, bad bad bad - also I'm not sure why it was trying to deliver json at all, this plays to all of the weaknesses of gen ai, bad llm bad
0272a23

gpaasch commited on

better logging in key
1058d65

gpaasch commited on

improved system prompt and container logs
2d413a5

gpaasch commited on

have to turn the mcp server on for it to work
684322f

gpaasch commited on

checkpoint 2 - we are in a very good position right now, audio transcription is working, gradio page looks good, local llms are working, returning the consultation, the json that will be sent to the mcp client, and a debugging panel
5e4e457

gpaasch commited on

I'm so confused
e9cb6d4

gpaasch commited on

improved seperation of concerns best practice in the code, added print statements for better understanding of what code is doing
9d2bec8

gpaasch commited on

app.py wrapper for Gradio waa very bad idea, regoranizing project for clarity, utils folder will be very import of separation of concerns
3b5fe24

gpaasch commited on

actually... the gradio live link would allow me to show o4-mini-high the results, where I could not before
dea6b1e

gpaasch commited on

no need for gradio live
8a3861b

gpaasch commited on

should resolve the `ModuleNotFoundError` in the Hugging Face Space while maintaining the local development setup
f9e956a

gpaasch commited on

Add multi‐backend LLM support and audio‐driven medical agent pipeline
82d84c7

gpaasch commited on

Use `demo` as Gradio entrypoint identifier
8af31af

gpaasch commited on

Add root-level app.py wrapper; preserve src/ layout
deb0a6d

gpaasch commited on

repo structure cleanup (https://chatgpt.com/share/6841a61b-3dfc-8004-aec7-9c48fba857fd)
8e61455

gpaasch commited on

successfully scrapped
0d38280

gpaasch commited on

plan.md outlines goals for this hackathon
40e71b1

gpaasch commited on

Add application file
e8589a9

gpaasch commited on