feat: RoutingWorkflow + LLM Router + Memory Activity
ci / test (push) Successful in 2m12s

- Add RoutingWorkflow: generic state machine executor for WorkflowSpec
- Add LLM Router: natural language → WorkflowSpec generation
- Add RetrieveMemoryActivity: query poimen-memory for context
- Add activities: AnalyzeCode, SecurityScan, GenerateReport, Notify, etc.
- Add agent-prompts/router: LLM prompt documentation
- Extend starter with --route flag for routing workflows
- Remove orchestrator job (trigger via API/message instead)
- Clean up: move docs to Desktop, add .gitignore for *.md
This commit is contained in:
Test
2026-09-02 19:21:53 -07:00
parent 5a465b145c
commit a0e64224a7
74 changed files with 3950 additions and 12421 deletions
+2 -10
View File
@@ -4,23 +4,15 @@ kind: Kustomization
namespace: poimen
resources:
- orchestrator-job.yaml
- worker-deployment.yaml
- git-commit.yaml
- configmap.yaml
commonLabels:
app.kubernetes.io/name: poimen
app.kubernetes.io/component: orchestrator
app.kubernetes.io/component: worker
secretGenerator:
- name: poimen-secrets
envs:
- secrets.env
behavior: create
configMapGenerator:
- name: poimen-config
literals:
- TEMPORAL_NAMESPACE=poimen-harness
- TEMPORAL_HOSTPORT=temporal-frontend.temporal:7233
behavior: create