Skip to content

damnflak/AgentOrchestrationTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agent Orchestration Template

This repository stores a versioned family of Planner/Executor and multi-agent orchestration workspace templates.

The templates are designed for project folders where AI agents work with clear role boundaries, validation evidence, review logs, and reusable operating rules. The repository keeps each version as a separate folder so the evolution from the original template to the newest orchestration template can be inspected and compared.

What Is Included

  • Planner-executor temp oringal ver: original V000 baseline.
  • Planner-executor temp V001 ... through Planner-executor temp V011 ...: versioned template copies.
  • VERSION_CONTROL.xlsx: workbook tracking version history, validation notes, change details, and use rules.
  • template_visual_map/index.html: interactive visual map explaining the version evolution, structure, function parts, and current recommendations.

Current Version Direction

The newest template direction is V011, the stale subagent recovery template. It keeps the no-Explorer structure introduced in V010, keeps quality and run-state layers, and adds checkpoint-based stale spawned-subagent recovery.

The visual map currently reports one important live-state warning: V011's workbook entry says validation passed, but the current live validator flags stale Explorer wording in its README. Treat that warning as the next cleanup item before marking V011 as fully approved.

How To Use This Repository

  1. Open template_visual_map/index.html to understand the version history.
  2. Choose the template version that matches the workflow you want.
  3. Copy that version folder into a new project-specific workspace.
  4. Keep one actual project per copied workspace.
  5. Run the copied workspace validator before and after meaningful changes.

Future Updates

When changing the templates, update the relevant version folder, record the change in VERSION_CONTROL.xlsx, run the validator, then commit the change with Git.

Basic Git update flow:

git status
git add .
git commit -m "Describe the template change"
git push

Use short commit messages that explain the change in plain language.

About

Agent Orechestration Template I am using in my daily work. I am from a no-code background so the whole template is in natural language. I am actively revising it by the articles I read on agent engineering. All are welcome to fork or leave feedback. I mainly use codex so this fits best into codex.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors