HappyLoop / grafo

Asynchronous execution of tree structures.
MIT License
0 stars 0 forks source link

Tool calling #2

Closed paulomtts closed 3 weeks ago

paulomtts commented 4 weeks ago

Currently there's no implementation of tool calling in OpenAIHandler. We need to rework that class so as to reflect the idea of an LLM's output being fit to a child's coroutine. Note:

paulomtts commented 3 weeks ago

Currently solved by implementing the instructor library. See test_openai_handler.py for a demonstration!