-
Notifications
You must be signed in to change notification settings - Fork 204
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
chore: organize code in modules, absolute imports, better exports #47
base: main
Are you sure you want to change the base?
Conversation
@wtfsayo after this is merged i can take a look at: |
|
I see some imports use |
we can use absolute import everywhere @HashWarlock, where you see the imports with |
why inconsistent with @/... path and ../ |
aight let me fix those, also another thing I've seen is having a convention for naming files. Example:
For convenience I would say define a standard and adapt the code. Maybe just a separate doc for the whole elizaOS organization, which applies to all repos @wtfsayo @lalalune |
Refactor: Reorganize Project Structure with Modular Design
Reorganizes codebase with a modular, feature-based architecture:
Changes:
Example changes:
Testing Strategy: