-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.yaml
More file actions
56 lines (53 loc) · 1.66 KB
/
manifest.yaml
File metadata and controls
56 lines (53 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
name: baft
version: "0.3.0"
description: "ITP analytical engine — actor-based intelligence analysis pipeline"
heddle_version: ">=0.9.0"
required_extras:
- duckdb
- mcp
- rag
- scheduler
- workshop
- tui
- otel
entry_configs:
workers:
- config: configs/workers/sp_source_processor.yaml
tier: local
- config: configs/workers/ia_intelligence_analyst.yaml
tier: frontier
- config: configs/workers/de_database_engineer.yaml
tier: local
- config: configs/workers/xv_cross_validator.yaml
tier: local
- config: configs/workers/in_input_node.yaml
tier: local
- config: configs/workers/tn_terminology_neutralizer.yaml
tier: local
- config: configs/workers/la_logic_auditor.yaml
tier: standard
- config: configs/workers/pa_perspective_auditor.yaml
tier: standard
- config: configs/workers/rt_red_teamer.yaml
tier: frontier
- config: configs/workers/as_audit_synthesizer.yaml
tier: standard
- config: configs/workers/sa_session_advisor.yaml
tier: local
- config: configs/workers/wt_watch_tower.yaml
tier: standard
- config: configs/workers/ni_narrative_intelligence.yaml
tier: standard
pipelines:
- config: configs/orchestrators/itp_standard.yaml
- config: configs/orchestrators/itp_quick.yaml
- config: configs/orchestrators/itp_audit.yaml
schedulers:
- config: configs/schedulers/itp.yaml
mcp:
- config: configs/mcp/itp.yaml
scripts:
- path: scripts/resolve_config.py
description: "Config silo variable resolver"
- path: pipeline/scripts/itp_import_to_duckdb.py
description: "YAML to DuckDB import (full + incremental)"