Thank you for considering contributing to OrKa. This project is ambitious and aims to define the next layer of cognitive modularity in AI.
- Follow PEP8 for Python code.
- Use conventional commits:
feat:,fix:,docs:,test:,chore:, etc.
- Every PR must include a test or log example showing the impact of the change.
- Fork the repo and create your branch from
main. - Describe clearly what the agent/orchestrator does and why it is needed.
- Add relevant log trace or test YAML file.
- Submit a PR. A maintainer will review it within a few days.
By submitting a PR, you agree that:
- Your code can be licensed under the project's license.
- You grant Marco Somma the right to use your contributions in commercial or research work.
- Random LLM wrappers.
- Black-box logic with no traceable reasoning.
- PRs without agent-level logging.