Thanks for your interest in contributing!
git clone https://github.com/TinyAGI/tinyagi.git
cd tinyagi
npm install
npm run build# Build TypeScript
npm run build
# Run locally
./tinyagi.sh start
# View logs
./tinyagi.sh logs allsrc/- TypeScript source (queue processor, channel clients, routing)lib/- Bash scripts (daemon, setup wizard, messaging)scripts/- Installation and bundling scripts.agents/skills/- Agent skill definitionsdocs/- Documentation
- Fork the repo and create a branch from
main - Make your changes
- Test locally with
tinyagi start - Open a pull request
Open an issue at github.com/TinyAGI/tinyagi/issues with:
- What you expected vs what happened
- Steps to reproduce
- Relevant logs (
tinyagi logs all)
By contributing, you agree that your contributions will be licensed under the MIT License.