Tag: crewai
Build production AI agent backends in Python
This SDK enables the development of robust, production-ready AI agent backends using Python. It supports multiple agent frameworks (e.g., LangGraph, CrewAI) and provides features like streaming, persistent memory, and full observability via…
Comprehensive agent skill template for crewai
This skill provides a foundational, comprehensive structure for defining agent capabilities within the CrewAI framework. It includes dedicated sections for instructions, usage guidelines, and additional notes to guide agent behaviour.
Minimal boilerplate skill for agent testing
This skill provides a minimal, boilerplate implementation designed specifically for testing and demonstrating the required structure of a custom agent skill within the CrewAI framework. It ensures all necessary fields are present without ad…
CloudBase Agent SDK for AI Agents
An SDK for building and deploying AI agents using TypeScript or Python, implementing the AG-UI protocol for streaming communication. It supports integration with LangGraph, LangChain, and CrewAI via custom or built-in adapters.
Minimal Agentic Skill Template
A minimal skill implementation containing only the mandatory fields required for agentic operations.