dexaai / dexter

LLM tools used in production at Dexa
https://dexter.dexa.ai
MIT License
69 stars 4 forks source link

Add runner for function/tool messages #13

Closed rileytomasek closed 9 months ago

rileytomasek commented 9 months ago

This is an alternate version of AIChain from #10 that supports using functions directly (not through tool_calls) and is a little more flexible. I imagine we will add more functions like the extract function on top of runners to expose more specific interfaces without having to continually rewrite the core runner code.

Let me know what you think, @transitive-bullshit

vercel[bot] commented 9 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
dexter ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 1, 2023 5:02am
transitive-bullshit commented 9 months ago

We ended up going with createAIRunner instead of createAIChain.

rileytomasek commented 9 months ago

🙏🏻🚀