Contribute Improvements
Optional submission path for SwarmAI deployments that have opted into the improvement pipeline. Disabled by default — if you have an export to share, submit it here.
How It Works
Export
If you have enabled the improvement module, export your local data with:POST /actuator/self-improving/export
This produces an anonymized JSON file with no workflow content or user data.
Review
Security team audits the export. It contains only structural patterns — convergence defaults, tool routing hints, anti-patterns, and skill metadata.
Submit
Upload or paste the JSON below. Submissions are reviewed before any downstream action.
Submit Improvement Data
Drag and drop your swarmai-improvements-*.json file here
orOr paste the JSON directly:
Alternative Submission Channels
GitHub Issue
Attach the export file to a new issue using the "improvement-contribution" template.
Open GitHub IssueSend the export file directly. Security-reviewed exports welcome.
contributions@intelliswarm.aiCLI
Submit directly from your terminal:
curl -X POST https://api.intelliswarm.ai/api/v1/contribute \
-H "Content-Type: application/json" \
-d @swarmai-improvements-*.jsonPrivacy & Security
SwarmAI improvement exports contain only anonymized structural patterns — convergence defaults, tool routing hints, anti-patterns, and skill metadata. No workflow content, no user data, no proprietary information. The export file is human-readable JSON designed for security team review before submission.
