deac2336b6
Built-in role agent that uses workflow config models directly, with its own tool-calling run loop. No external agent dependency. - OpenAI-compatible chat completion client with tool_calls support - P0 toolkit: read_file, write_file, run_command - Integrates via createAgent factory from workflow-agent-kit - CAS detail recording for each turn - Path sandboxing and shell opt-in (UWF_BUILTIN_ALLOW_SHELL)
30 lines
818 B
JSON
30 lines
818 B
JSON
{
|
|
"files": [],
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"lib": ["ES2022"],
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"strict": true,
|
|
"exactOptionalPropertyTypes": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"sourceMap": true,
|
|
"composite": true,
|
|
"outDir": "dist",
|
|
"types": ["bun-types", "node"]
|
|
},
|
|
"references": [
|
|
{ "path": "packages/workflow-util" },
|
|
{ "path": "packages/workflow-protocol" },
|
|
{ "path": "packages/workflow-moderator" },
|
|
{ "path": "packages/workflow-agent-kit" },
|
|
{ "path": "packages/workflow-agent-hermes" },
|
|
{ "path": "packages/workflow-agent-builtin" },
|
|
{ "path": "packages/cli-workflow" }
|
|
]
|
|
}
|