langchain-ai / open-canvas

📃 A better UX for chat, writing content, and coding with LLMs.
https://opencanvas.langchain.com/
MIT License
2.64k stars 389 forks source link

Give assistants custom tools #62

Open bracesproul opened 1 month ago

bracesproul commented 1 month ago

NOT POSSIBLE UNTIL REMOTE GRAPHS ADDED TO LANGGRAPH JS

Depends on #61

Allow users to give their assistants access to "tools" which are remote graphs

santosshima commented 1 month ago

A question requiring a RAG (Or Graph RAG) over Qdrant would be included in this feature or should we create a separated one?

bracesproul commented 4 weeks ago

@santosshima it could be! This feature (once remote graphs are added in langgraphjs) would allow anyone to connect Open Canvas to their own LangGraph deployment. Meaning you could have an external LangGraph agent which Open Canvas could interact with.