agents icon indicating copy to clipboard operation
agents copied to clipboard

Build and deploy AI Agents on Cloudflare

Results 81 agents issues
Sort by recently updated
recently updated
newest added

Agents manage a lot of state and emit many events that are important to monitor during development and in production. While working on @fiberplane/agents, we’ve instrumented the Agent class using...

I have been trying to write unit tests for the MCP agent created using this library inside my Worker. I am seeing some errors which I feel are due to...

Stacked on #238 Creates an example for us based off the playground to use as a test-case while we develop an observability SPA that we can bundle with the sdk.

Adds a new `observability` property to Agents that receives events during the Agent's exeuction that can be used for configurable observability. The default observability implementation prints the events to console,...

How can we add attachments to the chat ? I tried usings parts in append, but the chat does not take files into account : ``` append({ role: "user", content:...

## Context Agent SDK is leveraging AI SDK’s [Tools](https://sdk.vercel.ai/docs/foundations/tools) to enable LLMs to do custom tasks or operations. The Model Context Protocol (MCPs) is becoming a standard for how LLMs...

mcp

``` GET http://dummy-example.cloudflare.com/cdn-cgi/partyserver/set-name/ - Exception Thrown @ 4/29/2025, 4:49:41 PM ✘ [ERROR] Error: internal error; reference = q725dbe8ijt911amucdroqee ``` I got this internal server error for only one agent out...

the differences are getting annoying, should fix

mcp

(via @deloreyj) Hey Sunil, I've been debugging an issue we're having with the McpAgent where you have to set the active account ID twice for it to take effect. It...

mcp

During local testing, the chat agent functions correctly. However, after deployment, only the first few messages are successfully transmitted over the WebSocket before the connection hangs(no new messages get through)....