Skip to main content
Ryan Orban

Ryan Orban

Subject
4 entries

Tool Use

Bookmarks

  1. 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.

  2. 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.

  3. 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.

  4. 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.

All bookmarks