Agent Catalog

Repository AI Agent

Kurasi repository open-source: Llama, Claude, Ollama, LangChain, AutoGPT, dan lainnya. Salin install command atau unduh langsung.

Terakhir diperbarui: 1 jam laluAUTO · 6J

An experimental open-source attempt to make GPT-4 fully autonomous.

Autonomous AgentPython
git clone https://github.com/Significant-Gravitas/AutoGPT

Get up and running with Llama 3.3, Mistral, Gemma, and other large language models locally.

LLM RunnerGo
curl -fsSL https://ollama.com/install.sh | sh

Open-source LLM app development platform with intuitive interface for AI workflows and RAG.

FrameworkTypeScript
docker-compose up -d

Building applications with LLMs through composability - the most popular agent framework.

FrameworkPython
pip install langchain langchain-community

High-throughput and memory-efficient inference and serving engine for LLMs.

LLM RunnerPython
pip install vllm

Model Context Protocol servers - reference implementations for connecting Claude to tools.

MCPTypeScript
npx @modelcontextprotocol/create-server

Microsoft's framework for building multi-agent AI applications that can act autonomously.

FrameworkPython
pip install pyautogen

Framework for orchestrating role-playing, autonomous AI agents that collaborate on tasks.

FrameworkPython
pip install crewai

Data framework for LLM applications - the leading RAG toolkit.

FrameworkPython
pip install llama-index

Self-hosted, OpenAI-compatible API for LLMs, image generation, and audio - runs on consumer hardware.

LLM RunnerGo
docker run -p 8080:8080 localai/localai:latest

Assemble, configure, and deploy autonomous AI Agents in your browser.

Autonomous AgentTypeScript
docker-compose -f docker-compose.yml up

Official Python SDK for the Anthropic Claude API - Sonnet, Opus, and Haiku.

MCPPython
pip install anthropic

LLM inference in C/C++ - run Llama, Mistral, Falcon and more models on CPU/GPU.

LLM RunnerC++
git clone https://github.com/ggerganov/llama.cpp && cd llama.cpp && make

The Multi-Agent Framework: given one line requirement, return PRD, design, tasks, repo.

Autonomous AgentPython
pip install metagpt

A natural language interface for computers - let LLMs run code locally.

Autonomous AgentPython
pip install open-interpreter

Gradio web UI for LLMs. Supports Llama, Mistral, Mixtral and dozens more.

LLM RunnerPython
git clone https://github.com/oobabooga/text-generation-webui