MCPcopy Create free account
hub / github.com/SethGammon/Citadel / fail

Function fail

scripts/test-agent-projections.js:11–14  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

9const { loadAgent } = require(path.join(__dirname, '..', 'core', 'agents', 'parse-agent'));
10const { renderCodexToml, projectAgentToCodex } = require(path.join(__dirname, '..', 'core', 'agents', 'project-agent'));
11const {
12 CODEX_AGENT_EXTENSION,
13 configFromHarness,
14} = require(path.join(__dirname, '..', 'core', 'agents', 'model-config'));
15const { projectCodexAgents } = require(path.join(__dirname, '..', 'runtimes', 'codex', 'generators', 'project-agents'));
16const {
17 buildPlan,

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected