Ornn: Ornn is an agent-facing skill lifecycle API — the npm registry and CLI fused into one, but for AI agent skills. Agents call Ornn directly over HTTP or MCP to search, pull, install, execute, build, upload, and share skills. It is model-agnostic, working with Claude, GPT, Gemini, or any custom runtime. Designed for agentic-system builders who want to manage reusable skills programmatically rather than hardcoding capabilities into each agent.; llama-cpp-agent: llama-cpp-agent is a Python framework for interacting with LLMs running via llama.cpp. It provides a unified interface for chat, structured function calls, and JSON-formatted output — including models not explicitly fine-tuned for function calling. Developers can define tools and callable functions that the agent invokes directly, making it practical for building local agentic workflows without cloud dependencies.
Building an agentic system where agents can discover and install new capabilities at runtime
Building local agentic pipelines with open-source LLMs