Agentic AI tools do more than answer — they plan, call tools, and finish a task end to end. This page collects the AI agent platforms, agent frameworks, and agent templates on BroFindAI: the SDKs developers build on, the no-code builders teams ship with, and the ready-made agents you can point at a job today.
AI-powered customer support automation for lean support teams
TypeScript framework for building production-ready AI agents
Build and deploy AI agent workflows with your own data sources
Google's Agent-to-Agent protocol for interoperable AI agent networks
Anthropic's engineering guide on optimizing context for AI agents
Practical guide to designing and coding autonomous AI agents
Nous Research's open-weight agentic model for tool-use tasks
AI agent for automating knowledge work tasks across your tools
Anthropic's agentic AI coding tool that lives in your terminal
The first fully autonomous AI software engineer for real tasks
Google's open-source AI agent for coding tasks in the terminal
Extendable workflow automation with AI nodes and self-hosting
Terminal-based AI coding agent powered by any LLM provider
Feature-rich local desktop AI assistant with plugins and agents
Agentic AI IDE that codes alongside you in real time
Run AI agents in the cloud with scalable headless browser infrastructure
Automate outbound phone calls with a conversational AI voice agent
Agentic AI platform that plans and executes complex tasks reliably
Desktop multi-agent AI client supporting local and cloud LLM models
Build custom AI agents and automated workflows trained on your data
Automate repetitive browser and web tasks using AI agents effortlessly
AI-powered support automation platform for enterprise help desks
AI sales agent for Whatsapp
Open-source local coding agent with macro execution
An all-in-one AI ecosystem aggregating multi-model workflows for content creation, image editing, video rendering, and automation.
Your virtual pet which reacts to your work.
AI-generated startup ideas from tech discussions
Marketplace for plug-and-play skills that extend AI agents
Give AI agents real email inboxes to send, receive, and act on mail
AI-first code editor built on VS Code with deep model integration
Agentic AI tools are given a goal rather than a single prompt. They break it into steps, call external tools or APIs, check their own output, and iterate until the goal is met — which is why they can complete work instead of only describing it.
Most agent frameworks ship a template gallery — research agents, support agents, data-pipeline agents — that you clone and repoint at your own data. Start from the open-source entries on this page; their templates are readable before you commit.
Look at four things: how the agent finds available tools (a registry, an MCP server, or hard-coded), whether tool schemas are typed, whether runs are traceable after the fact, and what happens on a failed step. Anything without tracing is unmaintainable at scale.
An agent is only as useful as the tools it can reach. Filter this page by 'Has API', and check BroFindAI's MCP servers directory — MCP is now the common way to expose tools to agents across vendors.