diff --git a/CONTRIBUTE.md b/CONTRIBUTE.md index 416789dd..3486a593 100644 --- a/CONTRIBUTE.md +++ b/CONTRIBUTE.md @@ -64,7 +64,7 @@ git commit -m : 1. Visit your forked AIOS repository on GitHub and click the "Compare & pull request" button to initiate the process of submitting your changes to the original repository for review and potential merging. 2. Choose the base branch and the compare branch (your feature branch).💡 Note that when you add new features, it is recommended to choose the (`dev`) branch and if you change does not affect original functions, you may consider choosing the (`main`) branch. -3. Write a title and describe your changes in the description. +3. Write a title and describe your changes in the description. And it is recommended to select the label of the change to make it more clear. ## 4. Review and Approval Our maintainers, will have a review of that and might give some suggestions or ask for more details. After they approve, your commitment can be incorporated into AIOS! diff --git a/src/agents/math_agent/math_agent.py b/src/agents/native_agents/math_agent/math_agent/math_agent.py similarity index 100% rename from src/agents/math_agent/math_agent.py rename to src/agents/native_agents/math_agent/math_agent/math_agent.py diff --git a/src/agents/narrative_agent/narrative_agent.py b/src/agents/native_agents/narrative_agent/narrative_agent.py similarity index 100% rename from src/agents/narrative_agent/narrative_agent.py rename to src/agents/native_agents/narrative_agent/narrative_agent.py diff --git a/src/agents/rec_agent/rec_agent.py b/src/agents/native_agents/rec_agent/rec_agent.py similarity index 100% rename from src/agents/rec_agent/rec_agent.py rename to src/agents/native_agents/rec_agent/rec_agent.py diff --git a/src/agents/travel_agent/travel_agent.py b/src/agents/native_agents/travel_agent/travel_agent.py similarity index 100% rename from src/agents/travel_agent/travel_agent.py rename to src/agents/native_agents/travel_agent/travel_agent.py