aplisay / llm-agent

LLM based Agent
MIT License
20 stars 3 forks source link

Portable function calls #16

Closed rjp44 closed 4 months ago

rjp44 commented 5 months ago

Now working on this. Looks like there is some agreement between Anthropic, OpenAI, and the new Google VertexAI chat interface on using variations of a tools property in the request to the LLM so that we can do this properly. Steps:

  1. Design our schema
  2. Design out Websocket interactions
  3. Code some units tests
  4. Implement for Anthropic, OpenAI and Google
  5. Add to web GUI for experimentation (hard bit).
rjp44 commented 4 months ago

Implemented in a1154c0f16d9aae114858e50c6a8fa5c8f901118