1.1 KiB
1.1 KiB
Hello, Contributor! 👋
Welcome to Kugetsu — an agent orchestration system for parallel task execution.
Quick Start
-
Clone the repo
git clone https://git.fbrns.co/shoko/kugetsu.git cd kugetsu -
Read the docs
- README — Project overview
- Architecture — System design
- Hermes Setup — Agent framework setup
-
Pick an issue
- Browse open issues
- Look for issues labeled
good first issueorhelp wanted
-
Contribute
- Create a branch:
git checkout -b docs/issue-{N}-title main - Make your changes
- Open a PR against
main
- Create a branch:
Workflow
You (Executive)
└── PM Agent (coordinates)
├── Coding Agent A → Issue 1 → PR
├── Coding Agent B → Issue 2 → PR
└── ...
For details, see Subagent Workflow.
Questions?
Open an issue or check the documentation.
Happy contributing!