Sebastián Estévez
Sebastián Estévez
Taking a stab at this today
Addressed by https://github.com/VRSEN/agency-swarm/pull/173
I took a stab at a fix upstream https://github.com/fastai/fastcore/pull/594 This would render the html inline and leave formatting to dev_tools on the browser (which I find does a good job)....
Ok took another stab at the fastcore improvement, this time with inline_tags https://github.com/fastai/fastcore/pull/605 fix here would be HTMLResponse(to_xml(resp, inline_tags=['pre']), headers=http_hdrs)
@jph00 could you have a look? Thanks in advance!
hitting https://github.com/modelcontextprotocol/python-sdk/issues/103 for progress notifications so we need to disable them for now
gotta redo the Tools on the components because https://github.com/langflow-ai/langflow/pull/5084
> You can still use StructuredTool. :shrug: the component wouldn't connect in the UI. Anyway, it seems like langflow Tool is a better (more native) approach anyway.
Hey @ogabrielluiz , doing great :) Excited about this first stab at Assistants support. This is my first component contribution. What steps do you recommend to get it ready to...
Hi @ogabrielluiz any additional feedback now that your suggestions were addressed? Thanks!!!