Austin Welch

Results 141 issues of Austin Welch

**Is your feature request related to a problem? Please describe.** Support for bedrock agents (and inline agents) tracing

enhancement
language: python
instrumentation: bedrock

`agents-and-function-calling/bedrock-agents/features-examples/15-invoke-inline-agents/inline-agent-api-usage.ipynb` fails with when attempting to use Sonnet 3.5 instead of Sonnet 3.0: ``` { "name": "EventStreamError", "message": "An error occurred (validationException) when calling the InvokeInlineAgent operation: Validation failed for...

### Issue with current documentation: Is this possible currently?

Hi, do you have any benchmarks comparing the performance of the LLMs you support for browser tasks?

Hi, I'd like to submit a feature request for an `llms.txt` file. This is a new standard that LangChain, LangGraph, and many other libraries are adopting to standardize documentation and...

enhancement

I'm using Composio with LangGraph and want to define tools using the App enum pattern: ```python composio_toolset = ComposioToolSet() tools = composio_toolset.get_tools(apps=[App.GOOGLEDRIVE]) ``` Currently, I need to provide an `entity_id`...

Hi, I'm curious how you see [CodeAct architectures](https://arxiv.org/abs/2402.01030) fitting into MCP? CodeAct has seen some recent buzz with the introduction of Manus and other chat agents which use it and...

How can I prepopulate messages (e.g. a system message) so I don't need to paste them into the Studio UI each I test running my graph?

Hi, I am using tool calling functions with dynamically created Pydantic BaseModel's as type hints. For example: ```python def configure_workout_plan_template(state: AgentState, config: dict) -> AgentState: num_weeks = config.get("configurable", {}).get("num_weeks", 4)...

### Describe the bug The boto3 bedrock-runtime client appears to incorrectly report input token counts for Llama 3.2 models when processing images. While other Bedrock models correctly report varying token...

bug
p3
bedrock