Search papers, labs, and topics across Lattice.
The paper introduces OpenSage, a novel Agent Development Kit (ADK) that empowers Large Language Models (LLMs) to autonomously generate agents with self-designed topologies and toolsets, along with a structured memory system. OpenSage enables agents to create and manage sub-agents and toolkits, utilizing a hierarchical, graph-based memory and a software engineering-focused toolkit. Empirical evaluations across three benchmarks demonstrate OpenSage's superiority over existing ADKs, highlighting the efficacy of its component design through ablation studies.
LLMs can now autonomously design and build better-performing agents using OpenSage, an agent development kit that lets them self-generate agent topology, toolsets, and memory structures.
Agent development kits (ADKs) provide effective platforms and tooling for constructing agents, and their designs are critical to the constructed agents' performance, especially the functionality for agent topology, tools, and memory. However, current ADKs either lack sufficient functional support or rely on humans to manually design these components, limiting agents' generalizability and overall performance. We propose OpenSage, the first ADK that enables LLMs to automatically create agents with self-generated topology and toolsets while providing comprehensive and structured memory support. OpenSage offers effective functionality for agents to create and manage their own sub-agents and toolkits. It also features a hierarchical, graph-based memory system for efficient management and a specialized toolkit tailored to software engineering tasks. Extensive experiments across three state-of-the-art benchmarks with various backbone models demonstrate the advantages of OpenSage over existing ADKs. We also conduct rigorous ablation studies to demonstrate the effectiveness of our design for each component. We believe OpenSage can pave the way for the next generation of agent development, shifting the focus from human-centered to AI-centered paradigms.