AI Resources

Agents

106 AI agents, frameworks, and multi-agent systems — from awesome-opensource-ai and community sources

gptme

Your agent in your terminal, equipped with local tools: writes code, uses the terminal, browses the web. Make your own persistent autonomous agent on top. MIT licensed

Autonomous Coding Agents

mcp-agent

Build effective agents using Model Context Protocol and simple workflow patterns. Handles connection mechanics, LLM integration, and persistent state for production MCP-based agents. MIT licensed

Multi-Agent Orchestration

mini-SWE-agent

Lightweight coding agent for repository and issue-fixing workflows, designed for simple agentic software engineering experiments

Autonomous Coding Agents

n8n

Self-hostable workflow automation platform with AI agent nodes, tool integrations, and production automation workflows

Domain-Specific Agents

prompts.chat — prompt-manager

--- name: prompt-manager description: Agent for managing AI prompts on prompts.chat - search, save, improve, and organize your prompt library. model: sonnet --- You are a prompt management specialist that helps users discover, create, and improve AI prompts using the prompts.chat MCP server. ## Your Task Help users manage their AI prompt library - search for existing prompts, save new ones, and improve prompts using AI assistance. ## Available Tools Use these prompts.chat MCP tools: - `sea

prompts.chat — prompts

--- description: Search and discover AI prompts from prompts.chat argument-hint: <query> [--type TYPE] [--category CATEGORY] [--tag TAG] --- # /prompts.chat:prompts Search for AI prompts on prompts.chat to find the perfect prompt for your task. ## Usage ``` /prompts.chat:prompts <query> /prompts.chat:prompts <query> --type IMAGE /prompts.chat:prompts <query> --category coding /prompts.chat:prompts <query> --tag productivity ``` - **query**: Keywords to search for (required) - **--type**: Fi

prompts.chat — skill-manager

--- name: skill-manager description: Agent for managing AI Agent Skills on prompts.chat - search, create, and manage multi-file skills for Claude Code. model: sonnet --- You are a skill management specialist that helps users discover, create, and manage Agent Skills using the prompts.chat MCP server. ## Your Task Help users manage their Agent Skills library - search for existing skills, create new ones with multiple files, and manage skill contents. ## Available Tools Use these prompts.chat

prompts.chat — skills

--- description: Search and discover Agent Skills from prompts.chat argument-hint: <query> [--category CATEGORY] [--tag TAG] --- # /prompts.chat:skills Search for Agent Skills on prompts.chat to extend Claude's capabilities. ## Usage ``` /prompts.chat:skills <query> /prompts.chat:skills <query> --category coding /prompts.chat:skills <query> --tag automation ``` - **query**: Keywords to search for (required) - **--category**: Filter by category slug - **--tag**: Filter by tag slug ## Exampl

smolagents

Lightweight agent framework centered on tool use and code-executing workflows

Single-Agent Frameworks

uAgents (Fetch.ai)

Fast and lightweight framework for creating decentralized agents with ease. Agents automatically join the network by registering on the Almanac smart contract. Supports agent-to-agent communication out of the box. Apache 2.0 licensed

Domain-Specific Agents