Skip to content

StatPan/agentproc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

agentproc

File-based orchestration for multi-layer agent execution.

Overview

  • process -> subprocess -> thread execution model
  • Isolated run folders under tasks/.run/
  • Queue-based task dispatch through tasks/queue/
  • Summary-first observation with logs on demand
  • Go runner CLI exposed as aproc

Layout

  • AGENTS.md - core operating model
  • roles/ - role contracts
  • designs/ - design documents
  • tasks/queue/ - pending task definitions
  • runner/ - Go runner and CLI

Runner

cd runner
go build -o aproc .
./aproc "inspect the queue and prepare the next task"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages