LenOS a Framework for Agentic Workflows
Summary
LenOS is an open-source framework for building agentic workflows, emphasizing human responsibility, auditability, and knowledge management in agent deployments.
Similar Articles
Agent libOS: A Library-OS-Inspired Runtime for Long-Running, Capability-Controlled LLM Agents
Agent libOS introduces a library-OS-inspired runtime substrate for LLM agents, treating agents as schedulable processes with explicit capabilities, lifecycle management, audit records, and human approval queues. The design shifts the trust boundary from tool dispatch to runtime primitives, enabling long-running agents to be scheduled, authorized, resumed, and audited safely.
Characterizing Large Language Model Agentic Workflows: A Study on N8n Ecosystem
This paper presents the first large-scale empirical study of LLM agentic workflows in low-code automation platforms, analyzing over 6,000 n8n workflows to examine task distribution, structural patterns, reliability mechanisms, and autonomy levels.
Open-source devtool for AI agent projects
AgentLantern is an open-source devtool for AI agent projects that helps document, analyze, validate, and visualize agent workflows, with initial support for CrewAI and plans to extend to other frameworks.
Looking at agent setups that can actually run with minimal human intervention
The author discusses AI agent frameworks that minimize human intervention, highlighting projects like GitHub Agentic Workflows, OpenClaw, Hermes, and Aeon, and seeks community input on reliable options for long-running agent work.
A practical workflow for LLM-assisted development
A practical guide on developing workflows for using LLMs in software development, focusing on delegating appropriate tasks and managing the agentic loop effectively.