monarchic-agent-protocol 0.1.9

Shared protocol types for Monarchic AI
Documentation
1
2
3
4
5
6
7
8
9
10
11
{
  "compilerOptions": {
    "target": "ES2020",
    "module": "ESNext",
    "moduleResolution": "Node",
    "strict": true,
    "noEmit": true,
    "skipLibCheck": true
  },
  "include": ["src/ts/**/*.ts"]
}