platform
platform copied to clipboard
refactor: Update AgentType enum to use 'Credo' instead of 'AFJ'
📦 Refactor: Update AgentType enum to use 'Credo' instead of 'AFJ'
Description
There is a lingering TODO in the AgentType enum defined in libs/enum/src/enum.ts:
// TODO: Change 'AFJ' to 'Credo' once updated across services
AFJ = 'AFJ',
Hi! I’d like to work on this. Let me know if I can take it up.
Hi! I’d like to work on this. Let me know if I can take it up.
Sure @CodeWithAryanK - feel free to raise the PR.
Hi again @ajile-in ,
I've opened a PR that addresses this issue: #1294
- Updated the
AgentTypeenum and all references from'AFJ'to'Credo' - Removed the outdated TODO comment
- Verified changes and passed all checks
Looking forward to your review! Let me know if any adjustments are needed