Skip to content

Conversation

@MichaelSun48
Copy link
Collaborator

Creates a new template for openai sync templates, along with a new submenu in the CLI to access the template.

This template is exactly the same as the sync template, except for the acp.py.j2 file which has been populated to have a basic open ai agents implementation that works out of the box.

@MichaelSun48MichaelSun48 requested review from a team and danielmillerpDecember 19, 2025 00:11
if SGP_API_KEY and SGP_ACCOUNT_ID:
add_tracing_processor_config(
SGPTracingProcessorConfig(
sgp_api_key=SGP_API_KEY,
Copy link
Contributor

Choose a reason for hiding this comment

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

just checking we checked tracing works right ?

Copy link
CollaboratorAuthor

Choose a reason for hiding this comment

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

I assumed so since this is how tracing is configured across all agents, but I can test it to be sure, yeah

Sign up for freeto 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

@MichaelSun48@danielmillerp