Skip to content

slior/dialectic

v0.2.0MIT

Configuration-first multi-agent design debate. Agents with different roles (architect, security, performance, simplicity, ...) run structured debate rounds and a judge decides when convergence is reached.

What this package declares

The file a client reads when it loads this plugin, exactly as this revision carries it.

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "dialectic",
  "version": "0.2.0",
  "description": "Configuration-first multi-agent design debate. Agents with different roles (architect, security, performance, simplicity, ...) run structured debate rounds and a judge decides when convergence is reached.",
  "author": {
    "name": "Lior Schejter"
  },
  "homepage": "https://github.com/slior/dialectic-agentic",
  "repository": "https://github.com/slior/dialectic-agentic",
  "license": "MIT",
  "keywords": [
    "multi-agent",
    "design",
    "debate",
    "architecture",
    "review",
    "consensus",
    "orchestration"
  ]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • create-debate-config.sh
  • LICENSE
View on GitHub