Skip to content

Conversation

@dharam1291
Copy link
Collaborator

No description provided.

@jas34
Copy link
Contributor

jas34 commented Oct 18, 2025

Raise against main.

@dharam1291 dharam1291 changed the base branch from local-toolsV2 to main October 18, 2025 13:20
Copy link
Contributor

@jas34 jas34 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall suggestion:

  • pre-loaded agent in AgC UI is fine to get first hand experience of tools, prompt. But it can't run directly.
  • E2E execution agent is dependent on tools which runs in separate run time.... it is better to provide setup instructions as a response of query to agent on AgC UI.
  • Setup instructions can be documented in ReadMe.
  • E2E execution of use case should be from main function written inside module telco-revenue-retention. This will call agent first through Responses API, using openAI agent SDK.
  • Since, this runtime has tools too then tools would also get executed as when called by AgC.

Copy link
Contributor

@jas34 jas34 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add Code to call agent directly through responses API using OpenAI SDK.

"strict": true
}
],
"model":"gpt-4o",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change with gpt-4.1-mini .... :P ... you know the reason :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants