Anthony Bernabeu

Results 54 comments of Anthony Bernabeu

hi @zmstone, in v4 the random suffix can be disabled by setting `Append GUID` to false, no? I'm working with Greengrass and in order to establish a secure connection between...

@wjones127 that one if for nodejs right?

Linting it failing due to anticipated examples/tools url

For observability with Bedrock Agents, we could also forward the trace to the Logger.

Hi @maxritter Please let us know how it goes, we might provide this as an example in our repo for others.

@maxritter Here is a suggestion: ```python from typing import Optional def create_observability_decorator( framework_name: str = "langfuse", config: Optional[Dict] = None ): """ Factory function that returns the appropriate decorator based...

We have started some experimentation with langfuse and minimal modification in our framework. So far so good. We need to finalize a bit the design

Thanks for sharing this. I think, as a best option for us, we would have a callback for each steps (before/after calling LLM, tools, Retriever, Agents...)

We have done some work in this branch: https://github.com/awslabs/multi-agent-orchestrator/blob/58aed2d7d247ad448f2daf5dcf230ff3e2b3fa64/python/src/multi_agent_orchestrator/agents/agent.py#L62