Refactor an existing single-loop tool-calling agent for daily research briefing into a loop-until-done with critic architecture using Agno. Focus: what to split, what to keep, what to evaluate.
Refactor an existing single-loop tool-calling agent for daily research briefing into a ReAct (Reason+Act) architecture using LlamaIndex agents. Focus: what to split, what to keep, what to evaluate.
Refactor an existing single-loop tool-calling agent for daily research briefing into a Plan-and-Execute architecture using Claude Agent SDK. Focus: what to split, what to keep, what to evaluate.
Refactor an existing single-loop tool-calling agent for daily research briefing into a Reflexion self-critique architecture using Agno. Focus: what to split, what to keep, what to evaluate.
Refactor an existing single-loop tool-calling agent for daily research briefing into a supervisor-worker architecture using Haystack agents. Focus: what to split, what to keep, what to evaluate.
Production MCP server exposing fetch Stripe invoice over HTTP streaming. Tested with Windsurf — includes auth (OAuth 2.0 authorization code flow), schema validation (ArkType), error handling, and host-specific install instructions.
Production MCP server exposing fetch Stripe invoice over HTTP streaming. Tested with Claude Code — includes auth (OAuth 2.0 client credentials), schema validation (TypeBox), error handling, and host-specific install instructions.
Production MCP server exposing fetch Stripe invoice over WebSocket. Tested with custom host via MCP SDK — includes auth (OAuth 2.0 client credentials), schema validation (Zod), error handling, and host-specific install instructions.
Production MCP server exposing fetch Stripe invoice over WebSocket. Tested with Zed — includes auth (OAuth 2.0 client credentials), schema validation (ArkType), error handling, and host-specific install instructions.
Production MCP server exposing fetch Stripe invoice over Streamable HTTP. Tested with Claude Code — includes auth (OAuth 2.0 client credentials), schema validation (TypeBox), error handling, and host-specific install instructions.
Production MCP server exposing fetch Stripe invoice over Streamable HTTP. Tested with VS Code with MCP extension — includes auth (mTLS), schema validation (Zod), error handling, and host-specific install instructions.
Production MCP server exposing fetch Stripe invoice over stdio. Tested with Zed — includes auth (mTLS), schema validation (ArkType), error handling, and host-specific install instructions.