Gaurav Dhiman
Gaurav Dhiman
I also observed something similar, but not sure if it is same issue as this or bit different. In my case, when I open a Notebook (that is on github)...
I am also getting the same issue on `meteor 1.5`. Below is the error when I select am image from gallery on Android mobile: ``` I20170723-14:38:03.121(-7) (android:http://localhost:12208/:0) Not allowed to...
Hi @vanetreg, I think you can use [LiteLLM proxy](https://litellm.vercel.app/docs/#quick-start-proxy---cli) to call any external model API. LiteLLM provides openai compatible api link. You can look at this video for more details:...
@jaygdesai I think it will be interesting to look into what `tools` config is getting passed to LLM. It may not be making clear to LLM the type of parameters....
@jaygdesai in addition to what @marklysze suggested, you can also print `agent.function_map` to see what function details are getting passed.
Thanks @NathanTarbert How can we have visibility into its progress ? Any tentative timeline on by when it can be supported ?
Thanks @NathanTarbert for your response. Can we also have a ticket for PydanticAI ?
Hi @NathanTarbert, I tried working on this to integrate Copilotkit with Agno. Able to integrate on the same lines as CrewAI (looked that as a reference code and Gemini 2?5...
Server (running on localhost:8000) responds with 200: ``` INFO: 127.0.0.1:63950 - "POST /api/copilotkit/agents/execute HTTP/1.1" 200 OK Agno agent processing coroutine finished for run c5fbcfda-0708-4b16-9cb1-2903e865600e ``` Here is the complete error...
JFYI, I am able to get this 503 error resolved and integrate Copilotkit with Agno AI Framework. To resolve the issue, added agno as supported framework in JS runtime [here](https://github.com/CopilotKit/CopilotKit/blob/main/CopilotKit/packages/runtime/src/lib/runtime/remote-action-constructors.ts#L259)...