Subject
4 entries
Tool Use
Bookmarks
agentaction: Action Chaining and History for LLM Agents
agentaction is a Python library for action chaining and history management in LLM agents — a lightweight abstraction for defining, executing, and tracking sequences of agent actions with persistent history. An early building block for agent frameworks.
JARVIS / HuggingGPT: LLM as AI Model Orchestrator
Microsoft JARVIS (also published as HuggingGPT) uses ChatGPT as a task planner that routes subtasks to specialized Hugging Face models — an early demonstration that LLMs could orchestrate other AI models as tools. A prototype of the multi-model agent pattern.
Horace: Self-Hosted LLM Chatbot with ChatGPT Plugin Support
Horace is an open-source LLM chatbot server that supports ChatGPT plugins — letting you run a self-hosted chatbot that can use the growing ecosystem of ChatGPT plugin tools. An early attempt to bring plugin-based tool use outside of OpenAI's walled garden.
GPT-3 + Python Interpreter (gpt.py)
A 2022 Replit demo by Sergey Karayev showing GPT-3 armed with a Python interpreter — doing exact arithmetic, making API requests, and answering questions that pure text generation gets wrong. An early, concrete preview of what LLM tool use would look like.
