-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnodeagent.yaml
More file actions
58 lines (48 loc) · 1.4 KB
/
Copy pathnodeagent.yaml
File metadata and controls
58 lines (48 loc) · 1.4 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
57
58
# NodeBenchAI application composition. NodeKit resolves and hashes this authored
# projection; the existing NodeBench runtime remains authoritative in production.
schemaVersion: nodeagent.application/v1
application:
id: nodebench-entity-intelligence
name: NodeBench Entity Intelligence
purpose: >-
Produce source-grounded company, market, and research intelligence through
the durable NodeBench application and its entity-intelligence capability.
authoring:
directory: ./agent
runtime:
engine: repo-local-nodebench
profile: production
provider:
adapter: repo-local-google-gemini-rest
model:
provider: google
id: gemini-3.5-flash
secretRef: GEMINI_API_KEY
backend:
adapter: convex
config:
functionsDirectory: ./backend/convex
layoutStatus: standard-tree-phase-2
orchestration:
planner: orchestrator-workers
implementationSources:
- ./backend/convex/domains/redesign/chatRuns.ts
- ./backend/convex/domains/agents
- ./workers/node/pipeline
maxConcurrentSubagents: 10
migrationTarget: nodeagent-native
packs:
- ./packs/entity-intelligence/pack.yaml
policies:
directory: ./agent/policies
enforcement: legacy-code-and-ci
evaluations:
required:
- nodebench-conformance
- nodebench-smoke
- nodebench-entity-intelligence
- nodebench-production
- nodebench-activegraph-canary
contracts:
event: nodeagent.event/v1
trace: nodeagent.trace/v1