-
Notifications
You must be signed in to change notification settings - Fork 314
Description
Problem Statement
I would like strands to allow the serialization of agent and tool configurations to/from a dictionary structure so that I can persistence/load agents and tools from a configuration store like a database or file without requiring code to be updated for configuration changes like tools, prompts, and other non-code elements of the agentic configuration.
Proposed Solution
Provide a strands specific DSL for describing agent and tool configurations.
Use Case
The GenAIIC IDP Accelerator would like to make agentic intelligent document processing workflows configurable by the user without code. If it were possible to load an agentic configuration from a dictionary, the system could ship with an agentic configuration that could be updated by the user and adapted for their workload.
Alternatives Solutions
No response
Additional Context
No response