Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move agents code into their own directory in src #261

Open
maximilien opened this issue Feb 24, 2025 · 2 comments
Open

Move agents code into their own directory in src #261

maximilien opened this issue Feb 24, 2025 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@maximilien
Copy link
Member

maximilien commented Feb 24, 2025

Move all agents file in new directory: src/agents/ The rationale is to have all agent code there. Eventually we could do the same for other logical groups. But at least we could start with agents. Especially the case as there are many many agent frameworks and we'd want to have support to many.

CC: @akihikokuroda

@maximilien maximilien added the enhancement New feature or request label Feb 24, 2025
@akihikokuroda
Copy link
Collaborator

There are agent files in /tests and /demos directories. So we move them into /src/agents and change all references in the python files to the directory. Is it correct?

@maximilien maximilien changed the title Mode agents code into their own directory in src Move agents code into their own directory in src Feb 25, 2025
@maximilien
Copy link
Member Author

No. Just the code in src. We can do similar consolidation in tests and demos separately. Thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants