Please wait...
Software tools, utilities, and resources in the directory.
6 entries
A multi-agent orchestration framework that models AI workflows as teams of specialized agents with defined roles, goals, and backstories. CrewAI uses a crew/task metaphor where agents collaborate on complex projects — planning, researching, writing, and reviewing in coordinated sequences.

An AI-native code editor built on VS Code by Anysphere. Cursor integrates deep AI assistance into every aspect of coding — from Tab autocomplete to multi-file editing via its Composer feature. In 2026, it's the most popular AI-enhanced IDE, competing with GitHub Copilot and Windsurf for developer mindshare.

A framework for building stateful, multi-agent applications using graph-based workflows. LangGraph extends LangChain to support cycles, branching, and persistent memory — enabling sophisticated agentic systems that can plan, execute, and recover from errors. Powers many enterprise AI agent deployments in 2026.

A Python agent framework built by the Pydantic team, emphasizing type safety and structured outputs. PydanticAI provides a model-agnostic interface with dependency injection, streaming validation, and seamless integration with Pydantic's data validation ecosystem. Known for making agent outputs reliable and predictable.