This is to avoid unclear expectations.
This is an AI-first organization. AI rules should be at the forefront of every task. This is what you use to build S.A.A.G.A
#Onboard
The tutorial is built into the rule.
Everything is a rule.
To add this repository as a submodule to another project, follow these steps:
- Navigate to your other project's directory in the terminal.
- Run the
git submodule addcommand with the repository URL and a desired path:git submodule add https://github.com/SAGAAIDEV/saaga-rules.git ./.cursor/rules/saaga-rules
- Stage the changes in your main project:
git add .gitmodules <path_to_submodule>
- Commit the changes:
git commit -m "Add saaga-rules submodule" - Push the changes to your remote repository:
git push
To run the MCP (Multi-Capability Provider) configuration Streamlit application using the configure.sh script:
- Ensure you have
uvandstreamlitinstalled and available in your Python environment. - Make the script executable (this usually only needs to be done once):
chmod +x configure.sh
- Execute the script from the project root directory:
./configure.sh
This will start the Streamlit server, and you can access the application in your web browser, typically at http://localhost:8501.