Skip to content

Comments

Updated template agents to new architecture#271

Open
tonnitommi wants to merge 2 commits intomainfrom
tommi/update-tempalte-arch
Open

Updated template agents to new architecture#271
tonnitommi wants to merge 2 commits intomainfrom
tommi/update-tempalte-arch

Conversation

@tonnitommi
Copy link
Contributor

@tonnitommi tonnitommi commented Feb 19, 2026

Description

Template agents were all using the old agent architecture. This PR updates them:

architecture: agent

to

architecture: agent_platform.architectures.experimental_1

And in addition each agent version is incremented with one minor.

How can (was) this tested?

This has NOT been tested by using all the template agents, only the yaml update has been done.

Screenshots (if needed)

Checklist:

  • I have bumped the version number for the Action Package / Agent
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation - README.md file
  • I have updated the CHANGELOG.md file in correspondence with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • OAuth2: I have made sure that action has necessary scopes (works in whitelisted mode)

@tonnitommi tonnitommi marked this pull request as ready for review February 19, 2026 14:44
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 710b4c85b2

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

name: gpt-4o
version: 0.1.1
architecture: agent
architecture: agent_platform.architectures.experimental_1

Choose a reason for hiding this comment

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

P2 Badge Bump demo package version for architecture change

This changes the demo agent’s runtime architecture but leaves version: 0.1.1 unchanged, so consumers that key update behavior off version metadata cannot distinguish the old architecture: agent package from this new architecture build. That makes rollouts and cache invalidation ambiguous for this demo and can leave users on stale/incompatible packages even after the architecture migration.

Useful? React with 👍 / 👎.

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.

1 participant