Anthony Bernabeu
Anthony Bernabeu
### Use case Reusing Prompt management into a BedrockLLMAgent would simplify the agent's declaration. Today, a prompt defined in Prompt management needs to be manually ported to a BedrockLLMAgent. ###...
### Use case Rather than sending the information that your agent has elicited from the user to a Lambda function for fulfillment, you can instead choose to return control to...
### Use case to optimize writes into a storage, it should be possible to save more than 1 message at a time. Currently it is only possible to save one...
**Describe the bug** in gdk-config.json, there is the possibility to set a bucket and region json object: ```json "publish": { "bucket": "my-bucket", "region": "us-east-1" } ``` when running gdk component...
### Use case Use case: I would like to see Lambda Power Tools being able to produce the ToolSpec definition, from a method, to be then used with Bedrock. Here...
Added observability (tokens, latency) with Callbacks. This PR also includes a demo with langfuse See #284
### Use case Provide a mechanism to track token usage ### Solution/User Experience Provide callbacks to keep track of LLM and more broader to Agent processing ### Alternative solutions ```markdown...