feat: added structured-output extraction for llm and agent nodes

This commit is contained in:
2026-05-14 15:36:10 -06:00
parent 7f620d469b
commit aa4babff56
7 changed files with 512 additions and 28 deletions
+1
View File
@@ -8,6 +8,7 @@ pub mod llm;
pub mod parser;
pub mod script;
pub mod state;
pub mod structured;
pub mod types;
pub mod user_interaction;
pub mod validator;