Replies: 1 comment
-
+1 to this. In general too, this feature will be very useful to have |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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.
Feature Issue #606
Proposed Implementation
sdk-python PR
samples PR
docs PR
Sample Configuration YAML
Configuration Schema
Beta Was this translation helpful? Give feedback.
All reactions