shahiryar / crimson-agent

0 stars 2 forks source link

Structure the Project as a Framework #4

Open shahiryar opened 2 months ago

shahiryar commented 2 months ago

Currently, the code is not in the best structure for new collaborators. Additionally, the project structure is not standard. In order to make the project accessible for new-comers

shahiryar commented 2 months ago

I have create an agent class that handles the agent's internal state. This class made the decoupling of Agent's logic from the streamlit application logic. Gradually, I intent to remove the streamlit app from this repo and make it purely a framework.