Equipes de AI agents trabalhando com você - Modular AI Agent Teams for Synkra AIOS
Squads are specialized teams of AI agents that work together to accomplish domain-specific tasks. Each squad contains:
- Agents: Specialized AI personas with specific roles
- Tasks: Executable workflows the squad can perform
- Templates: Document and code templates
- Knowledge: Domain-specific data and guidelines
Lightweight blog collection utilities with proven 100% success rate.
- Smart blog post discovery
- Platform-specific extraction (WordPress, Medium, Substack)
- Speaker diarization for transcript filtering
- Data chunking and indexing
Expansion pack creator tool for building custom AIOS extensions.
- Automated expansion pack scaffolding
- Agent, task, and template creation
- Checklist and workflow generation
Mind Mapping Operating System integration - Available in private repository.
# Clone the repository
git clone https://github.com/SynkraAI/aios-squads.git
cd aios-squads
# Install dependencies
npm install
# Link to local aios-core (for development)
npm link @aios-fullstack/core- Node.js 18+
- @aios-fullstack/core >=2.0.0
Squads are loaded dynamically by AIOS core:
// In your AIOS project
const { loadSquad } = require('@aios-fullstack/core');
const etlSquad = await loadSquad('etl');
await etlSquad.executeTask('collect-blog', { url: 'https://...' });For detailed documentation, visit:
We welcome contributions! Please see our Contributing Guide.
MIT License - see LICENSE
Part of the Synkra AIOS Framework