Allow authors to specify what set of the programming languages their agent supports.
It could be one or more with following options:
- All ( when the agent is language agnostic )
- Python
- Dart
- JavaScript
- TypeScript
- Java
- Kotlin
- PHP
- Others
It is recommended to use 'All' if it provides support for 3 or more languages for simplicity. Users will be able to see and filter marketplace agents accordingly.
I'd recommend to allow user to specify this in AgentConfiguration since enums at code clarifies available options and doesn't leave room for mistakes.