- go mod init github.com/dal/kaos - Config paket sa .env učitavanjem i validacijom - Supervisor skeleton paket - Entry point (cmd/kaos-supervisor/main.go) - Makefile (build, test, vet, clean, all) - .env.example, .gitignore - 6 config testova — svi prolaze Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
4 lines
138 B
Go
4 lines
138 B
Go
// Package supervisor implements the KAOS supervisor process
|
|
// that orchestrates agent execution and task management.
|
|
package supervisor
|