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
Ollama
ollama/ollama
180,271Get 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
vLLM
vllm-project/vllm
91,073High-throughput and memory-efficient inference and serving engine for LLMs.
LLM RunnerPython
pip install vllm
LocalAI
mudler/LocalAI
48,909Self-hosted, OpenAI-compatible API for LLMs, image generation, and audio - runs on consumer hardware.
LLM RunnerGo
docker run -p 8080:8080 localai/localai:latest
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
Gradio web UI for LLMs. Supports Llama, Mistral, Mixtral and dozens more.
LLM RunnerPython
git clone https://github.com/oobabooga/text-generation-webui