Skip to content
@aget-framework

aget-framework

Aget Framework

Open-source framework for AI-assisted software engineering agents

Aget enables developers to create specialized AI agents that collaborate on software projects through discovered patterns rather than rigid commands.


Repositories

Templates


Naming Conventions

  • Aget - Framework name (proper noun, capitalized)
  • aget- - Prefix for framework components (lowercase)
  • -AGET - Suffix for action-taking agents (⚠️ can modify systems)
  • -aget - Suffix for information-only agents (✅ read-only)

Examples:

my-github-AGET              # Action-taking: Creates PRs, merges code
my-spotify-analyst-aget     # Information-only: Reports analytics

The suffix convention provides visual capability signaling - like sudo or rm -rf, the capitalized AGET warns of powerful operations.


Philosophy

Privacy-First: Framework works fully offline with no telemetry or required sharing.

Pattern Discovery: Agents learn from interactions rather than following rigid command structures.

Incremental Development: Start with simple capabilities, evolve through use.


Getting Started

  1. Clone the worker template:

    git clone https://github.com/aget-framework/aget-worker-template my-custom-aget
    cd my-custom-aget
  2. Initialize your agent:

    aget init
  3. Start working: Wake up your agent and begin collaboration


Documentation

  • Migration Guides: See individual repository docs
  • Framework Docs: Coming in v2.4+
  • Community: Issues and discussions welcome

Framework Version

Current: v2.4.0 "Clarity"

  • Naming conventions established
  • Organizational grouping (aget_group)
  • Privacy-first architecture foundation

Contributing

Framework is in active development. Contribution guidelines coming in v2.5+.


License

Apache 2.0 (individual repositories may vary - check each repo)


Aget Framework - Discovered patterns, not rigid commands

Popular repositories Loading

  1. template-worker-aget template-worker-aget Public

    CLI Agent Enhancement Template - Make your coding agents understand natural language commands

    Python

  2. .github .github Public

    Organization profile and community health files

  3. template-advisor-aget template-advisor-aget Public

    Read-only advisory agent template with persona differentiation (teacher, mentor, consultant, guru, coach)

    Python

Repositories

Showing 3 of 3 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…