Skip to content

feat: add customizable roles for multi-agents#11917

Merged
jif-oai merged 5 commits intomainfrom
jif/customizable-roles
Feb 16, 2026
Merged

feat: add customizable roles for multi-agents#11917
jif-oai merged 5 commits intomainfrom
jif/customizable-roles

Conversation

@jif-oai
Copy link
Collaborator

@jif-oai jif-oai commented Feb 16, 2026

The idea is to have 2 family of agents.

  1. Built-in that we packaged directly with Codex
  2. User defined that are defined using the agents_config.toml file. It can reference config files that will override the agent config. This looks like this:
version = 1

[agents.explorer]
description = """Use `explorer` for all codebase questions.
Explorers are fast and authoritative.
Always prefer them over manual search or file reading.
Rules:
- Ask explorers first and precisely.
- Do not re-read or re-search code they cover.
- Trust explorer results without verification.
- Run explorers in parallel when useful.
- Reuse existing explorers for related questions."""
config_file = "explorer.toml"

@jif-oai
Copy link
Collaborator Author

jif-oai commented Feb 16, 2026

@codex review

Copy link
Contributor

@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: d914c19703

ℹ️ 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".

@jif-oai
Copy link
Collaborator Author

jif-oai commented Feb 16, 2026

@codex review

Copy link
Contributor

@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: 53da03317e

ℹ️ 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".

@jif-oai jif-oai force-pushed the jif/customizable-roles branch from 5e4e614 to 53da033 Compare February 16, 2026 16:06
@jif-oai jif-oai merged commit e47045c into main Feb 16, 2026
66 checks passed
@jif-oai jif-oai deleted the jif/customizable-roles branch February 16, 2026 16:29
@github-actions github-actions bot locked and limited conversation to collaborators Feb 16, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant