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

Shoutsid/issue14 #15

Merged
merged 9 commits into from
Oct 18, 2023
Merged

Shoutsid/issue14 #15

merged 9 commits into from
Oct 18, 2023

Conversation

shoutsid
Copy link
Owner

Summary
This Pull Request addresses issue #14 by moving and refactoring various services, helpers, and agents into their respective folders within the app/ directory. The change aims to improve code organization and maintainability.

Changes
app/services: Moved all services to the app/services folder (commit: c3dafe7)
app/helpers:
Moved agent_manager (commit: f5ab6a1)
Moved function_registry (commits: 9d766ac, fae2422)
Moved inter_agent_comm (commit: 1cb670e)
Moved message_router (commit: 99915ce)
app/agents:
Moved planner (commit: 4777093)
Moved buddy (commit: 6f4e67b)
Moved user_agent (commit: 6b065c5)

Notes
The codebase should be tested thoroughly to ensure that the refactor has not introduced any regressions.
Future developments should adhere to this new folder structure for better code manageability.

@shoutsid shoutsid self-assigned this Oct 18, 2023
@shoutsid shoutsid merged commit c7a377f into main Oct 18, 2023
10 checks passed
@shoutsid shoutsid deleted the shoutsid/issue14 branch October 18, 2023 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant