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.; swarmclaw: SwarmClaw is a self-hosted AI runtime for autonomous agents, supporting multiple providers and MCP-native integration. It enables agent orchestration with memory, delegation, schedules, and skill learning, featuring a rich set of built-in integrations and deployment options.
Building local agentic pipelines with open-source LLMs
Personal Assistant with memory and scheduling