Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENHANCEMENT] - Add invoke_agent wrapper to BedrockInstrumentor() #6742

Open
hakantekgul opened this issue Mar 7, 2025 · 0 comments
Open
Labels
enhancement New feature or request triage issues that need triage

Comments

@hakantekgul
Copy link
Contributor

Right now, BedrockInstrumentor only collects telemetry data from invoke_model() under Bedrock. Bedrock recently released a multi-agentic SDK where users can use invoke_agent. Ideally, BedrockInstrumentor should also collect these agentic traces under the hood.

Example:
response = self.client.invoke_agent( agentAliasId=self.agent_alias_id, agentId=self.agent_id, enableTrace=True, inputText=input_text, memoryId=memory_id, sessionId=session_id, sessionState=session_state, )

@hakantekgul hakantekgul added enhancement New feature or request triage issues that need triage labels Mar 7, 2025
@github-project-automation github-project-automation bot moved this to 📘 Todo in phoenix Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage issues that need triage
Projects
Status: 📘 Todo
Development

No branches or pull requests

1 participant