Skip to content

SynkraAI/aios-squads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIOS Squads

Equipes de AI agents trabalhando com você - Modular AI Agent Teams for Synkra AIOS

What are Squads?

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

Available Squads

ETL Squad (v2.0.0) - Production Ready

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

Creator Squad (v1.0.0) - Production Ready

Expansion pack creator tool for building custom AIOS extensions.

  • Automated expansion pack scaffolding
  • Agent, task, and template creation
  • Checklist and workflow generation

MMOS Squad (Private)

Mind Mapping Operating System integration - Available in private repository.

Installation

# 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

Requirements

Usage

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://...' });

Documentation

For detailed documentation, visit:

Contributing

We welcome contributions! Please see our Contributing Guide.

License

MIT License - see LICENSE


Part of the Synkra AIOS Framework

About

AIOS Squads: Equipes de AI agents trabalhando com você - ETL, Creator, MMOS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5