Ailice
AIlice is a fully autonomous, general-purpose AI agent
AIlice is an open-source autonomous AI agent framework built to function as a general-purpose assistant that can plan, decompose, and execute complex tasks through a structured multi-agent architecture. The project presents itself as a standalone assistant powered by open-source language models, with an internal design that treats user requests almost like executable programs rather than simple chat prompts. Its core IACT architecture allows the system to break large goals into smaller sub-tasks, assign them to dynamically created agents, and combine the results with a focus on resilience and fault tolerance. ...