9 products found
Products
Featured
Views
Creators
github.com/svenknobloc...
clawdbot
github.com/openai/codex
openai-codex-cli
agpt.co
autogpt
langchain.com
langchain
crewai.com
crewai
aider.chat
aider
continue.dev
continue-dev
Clawdbot is a multi-channel AI assistant that runs across Telegram, Discord, WhatsApp, and more. Unlike chatbots trapped in web UIs, Clawdbot meets you where you already are. Built for builders who want an AI that: - Runs shell commands and manages files - Controls your browser - Integrates with your actual workflow - Works across all your devices It's Claude with hands - and it knows how to use them. Self-hosted, extensible, and unapologetically powerful.
0
open-source
Codex CLI brings OpenAI's coding models directly to your terminal. It's the official CLI tool for developers who prefer shells over GUIs. Core capabilities: - Execute coding tasks from natural language - File system awareness and manipulation - Shell command generation and execution - Works with GPT-4 and GPT-4o models OpenAI's bet on agentic coding. Still early, but improving rapidly. Requires API credits.
api-credits
AutoGPT kicked off the autonomous agent craze. Give it a goal, and it breaks it down into tasks, executes them, and iterates until done. The evolution: - Started as a viral GitHub experiment - Now a full platform for building agents - Agent Builder for no-code agent creation - Marketplace for sharing and monetizing agents The original vision of "AI that does things for you" keeps getting refined here. Open source at its core.
LangChain is the framework that powers most production LLM apps you've used. It's the plumbing behind the magic. What it provides: - Chains: Connect LLM calls with logic - Agents: LLMs that decide what actions to take - RAG: Retrieval-augmented generation made easy - Memory: Persistent context across conversations If you're building anything serious with LLMs, you'll probably touch LangChain. Python and JS/TS support. Huge ecosystem.
CrewAI lets you build teams of AI agents that work together. Think of it as project management for autonomous AI. The core concept: - Define Agents with specific roles and goals - Create Tasks they need to complete - Let them collaborate and hand off work - Watch the crew get things done It's LangChain but focused entirely on multi-agent systems. When one agent isn't enough, CrewAI is how you scale. Python-first, very active development.
Aider is the terminal-first AI coding tool that actually works. No IDE required - just your shell and your repo. Why developers love it: - Git-aware: commits changes automatically - Works with Claude, GPT-4, and local models - Edits multiple files coherently - Benchmarks consistently top the charts Free, open source, and absurdly capable. If you prefer vim/neovim or just love the terminal, Aider is your jam.
Continue is the open-source alternative to Copilot and Cursor. Full control, any model, no vendor lock-in. Key differentiators: - Use any LLM: Claude, GPT-4, Llama, Ollama, etc. - VS Code and JetBrains extensions - Custom slash commands and context providers - Self-host or use their cloud For teams that need flexibility or can't send code to third parties, Continue is the answer. Apache 2.0 licensed.
AgentGPT lets you spin up autonomous agents directly in the browser. No setup, no installation - just a goal and go. How it works: - Enter a goal in natural language - Agent breaks it into tasks - Executes and iterates autonomously - Shows its thinking and progress Open source and self-hostable. Great for experimenting with autonomous agents without commitment. Powered by the reworkd team.
Phidata is a framework for building production-ready AI assistants. Think LangChain but more opinionated and batteries-included. Core features: - Built-in memory (conversations persist) - Knowledge bases (RAG out of the box) - Tool use (web search, APIs, code execution) - Structured outputs that actually work Less flexible than LangChain, more productive for common use cases. Python-first, actively maintained, strong documentation.