ggui: ggui is an open protocol and reference runtime that allows AI agents to generate ephemeral, interactive user interfaces over MCP without writing frontend code. It can be self-hosted and paired with any MCP-aware agent runtime such as Claude Desktop, Cursor, or ChatGPT desktop.; 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.
AI agent pushes dynamic UIs to users' browsers in real-time
Building local agentic pipelines with open-source LLMs