Conversation
There was a problem hiding this comment.
💡 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 |
There was a problem hiding this comment.
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 👍 / 👎.
Description
Template agents were all using the old agent architecture. This PR updates them:
architecture: agentto
architecture: agent_platform.architectures.experimental_1And 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: