From 66e6d593c46bde4a7a133277baf3cb1c684d77d4 Mon Sep 17 00:00:00 2001 From: Justin Bollinger Date: Fri, 24 Jul 2026 11:45:24 -0400 Subject: [PATCH] build(deps): add atomic-agents for structured LLM candidate generation --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index dd7d348..106fdeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,6 +15,7 @@ dependencies = [ "packaging>=21.0", "simple-term-menu==1.6.6", "click>=8.0.0", + "atomic-agents>=2.0.0", ] [project.scripts]