agentic-chat #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "agentic-chat"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implements an AI Assistant feature in the Chat panel - connects to a new "agent" module that mediates calls to an LLM backend. Currently using openrouter.ai with
gemini-flash-litebut this should work across most model providers with a settings.py change. A user needs to beis_staffto access the AI assistant to prevent anonymous token spend.Did not spend a lot of time on details of the agent behaviour - that's likely a follow-up - but seems to perform reasonably okay on doing basic search on pad.ma, returning clips and performing actions on the timeline like adding transitions, etc.