Repository History
3 repositories tagged with runtime

Lenso: Build Products with Replaceable Plugins and Typed Capabilities
Lenso is a local-first, language-independent runtime designed for building applications with replaceable plugins. It enables defining product roles as typed Capabilities, implemented by Plugins, ensuring explicit relationships and verifiable composition. This system allows for behavior to be added, replaced, and removed without hidden framework magic, making it ideal for long-lived products with evolving boundaries.

TrueForge: The Open-Source Agent Harness for LLM-Powered Agents
TrueForge is an open-source agent harness designed to transform large language models (LLMs) into fully functional agents. It provides the essential runtime layer, handling complex aspects like streaming, session persistence, tool servers, and sandboxing. Developers can leverage TrueForge to build and deploy robust, scalable AI agents with ease.

Tokio: An Asynchronous Runtime for Reliable Rust Applications
Tokio is a powerful asynchronous runtime for the Rust programming language, enabling developers to build fast, reliable, and scalable applications. It provides essential components like I/O, networking, scheduling, and timers, making it ideal for high-performance concurrent systems.