Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
104 commits
Select commit Hold shift + click to select a range
3284c3c
docs: plan frontier provider mesh recovery
Aug 14, 2026
0e4ea11
test(cognition): specify evidence-bound tier semantics
Aug 14, 2026
f7f5512
fix(cognition): add evidence-bound audit pipeline
Aug 14, 2026
d330ac3
test(cognition): target audit-bound recovery pipeline
Aug 14, 2026
ec5fd61
feat(sol): establish frontier provider mesh package
Aug 14, 2026
5a254bc
feat(sol): add proof-carrying work order contract
Aug 14, 2026
b09f55d
feat(sol): fence SSE stream ownership
Aug 14, 2026
ae03127
feat(sol): register frontier inference providers
Aug 14, 2026
fd65ace
feat(sol): add governed remote MCP contract
Aug 14, 2026
95a7216
feat(sol): add A2A v1 task envelope
Aug 14, 2026
8fdd31e
feat(sol): add governed frontier provider router
Aug 14, 2026
c9a733a
test(sol): cover work orders and SSE fencing
Aug 14, 2026
cdb4008
test(sol): cover frontier provider registry
Aug 14, 2026
39cc80e
test(sol): cover governed MCP A2A provider routing
Aug 14, 2026
d470cef
feat(sol): add proof-carrying work order schema
Aug 14, 2026
add3d40
feat(sol): add fenced SSE stream lease schema
Aug 14, 2026
5bf0c4b
feat(sol): extend execution request for frontier providers
Aug 14, 2026
1cae110
feat(sol): extend execution result for frontier providers
Aug 14, 2026
7fca210
feat(sol): expand governed frontier platform registry
Aug 14, 2026
88616c4
test(sol): specify credential-isolated frontier HTTP transports
Aug 14, 2026
4e44d8b
feat(sol): add credential-isolated frontier HTTP transport
Aug 14, 2026
9551568
feat(sol): bind provider payloads to admitted argument digest
Aug 14, 2026
da30b27
test(sol): bind HTTP transport payload to canonical digest
Aug 14, 2026
a8064d5
test(sol): specify managed cloud provider transports
Aug 14, 2026
ba19af7
feat(sol): add managed cloud provider transport seam
Aug 14, 2026
678fd06
test(sol): enforce frontier contract registry parity
Aug 14, 2026
58740be
docs(sol): document frontier provider mesh
Aug 14, 2026
6e81008
docs(sol): add frontier mesh implementation status
Aug 14, 2026
1fb0a92
ci(sol): verify frontier provider mesh exact branch
Aug 14, 2026
cd85bec
feat(sol): make HTTP transports executable and protocol-bound
Aug 14, 2026
6f523c7
test(sol): specify declarative frontier mesh composition
Aug 14, 2026
e6946f0
feat(sol): compose declarative frontier provider mesh
Aug 14, 2026
d4d676a
feat(sol): expose immutable registered provider view
Aug 14, 2026
575e5f0
feat(sol): add declarative frontier connection manifest schema
Aug 14, 2026
2e57b42
test(sol): cover connection manifest parsing
Aug 14, 2026
97a1ac0
feat(sol): parse declarative frontier connection manifests
Aug 14, 2026
2980a4e
ci(sol): validate frontier connection manifest contract
Aug 14, 2026
bcbbc0a
fix(sol): align Hugging Face default consequence class
Aug 14, 2026
7dd82d3
test(sol): enforce provider consequence parity
Aug 14, 2026
a7b8406
feat(sol): enable Responses-compatible frontier gateways
Aug 14, 2026
d5cc4ae
feat(sol): admit Responses-compatible gateway providers
Aug 14, 2026
9dbad23
test(runtime): specify proof-carrying frontier inference gateway
Aug 14, 2026
8241711
feat(runtime): add proof-carrying frontier inference gateway
Aug 14, 2026
be81a7e
ci(sol): verify TypeScript frontier runtime
Aug 14, 2026
aa1292c
fix(sol): bind proof-carrying work orders to target deployment
Aug 14, 2026
e3f1f3d
fix(sol): bind provider invocation to target deployment
Aug 14, 2026
be8bab5
test(sol): enforce work-order target binding
Aug 14, 2026
18387c6
test(sol): bind router requests to explicit targets
Aug 14, 2026
b568140
fix(sol): bind work-order schema to explicit target
Aug 14, 2026
e1e3f6a
fix(runtime): bind frontier work orders to deployment targets
Aug 14, 2026
5c714c9
test(runtime): enforce deployment target binding
Aug 14, 2026
a9b0e75
test(sol): bind HTTP transport invocations to target
Aug 14, 2026
70cfdfd
test(sol): bind managed transport invocations to target
Aug 14, 2026
21eebc8
test(runtime): specify all frontier provider transport surfaces
Aug 14, 2026
c015491
feat(runtime): add frontier HTTP and managed provider transports
Aug 14, 2026
b85fc82
test(runtime): specify fenced SSE ownership registry
Aug 14, 2026
479fcdd
feat(runtime): add fenced SSE ownership registry
Aug 14, 2026
f76e29b
ci(sol): cover all TypeScript frontier runtime tests
Aug 14, 2026
1296d66
test(runtime): specify Automaton-3 work-order verifier bridge
Aug 14, 2026
b7fefb6
feat(runtime): bridge frontier work orders to Automaton-3 CLI
Aug 14, 2026
b751944
ci(sol): verify Automaton-3 frontier authority bridge
Aug 14, 2026
00cfb04
test(runtime): specify unified frontier runtime composition
Aug 14, 2026
e1c4af3
feat(runtime): compose unified 12-provider frontier runtime
Aug 14, 2026
8e28931
fix(runtime): type frontier transport composition explicitly
Aug 14, 2026
3f3a769
ci(sol): verify unified frontier runtime composition
Aug 14, 2026
4d5d882
test(sol): add cross-runtime work-order parity fixture
Aug 14, 2026
99ecf19
test(sol): wrap parity fixture without polluting work-order schema
Aug 14, 2026
3f044f7
fix(runtime): persist authority receipt root and secret-reference con…
Aug 14, 2026
ba036c6
fix(runtime): return Automaton authority receipt root with verification
Aug 14, 2026
f7bcbb1
test(runtime): require authority receipt root in runtime verifier
Aug 14, 2026
bd5b790
test(runtime): require authority receipt roots and opaque secret refe…
Aug 14, 2026
20a27e2
ci(sol): serialize frontier mesh verification runs
Aug 14, 2026
b17795b
test(sol): reject idempotency-key reuse across different requests
Aug 14, 2026
b69ecc9
fix(sol): bind idempotency cache entries to full request fingerprint
Aug 14, 2026
c6f2af9
fix(lineage): replay current PR 225 admission binding into PR 264
tarikskalic33 Aug 16, 2026
dad15dd
fix(lineage): carry canonical domain guard into PR 264
tarikskalic33 Aug 16, 2026
81a3978
merge(lineage): replay current PR 225 into frontier provider mesh
tarikskalic33 Aug 16, 2026
1ce6708
docs(authority): define AEGIS Authority Control Plane v1
tarikskalic33 Aug 16, 2026
88fb960
docs(authority): tighten deterministic decision and receipt semantics
tarikskalic33 Aug 16, 2026
3b23d3b
docs(authority): bind design to exact approved branch head
tarikskalic33 Aug 16, 2026
5bc36a9
docs(authority): finalize reviewed design spec
tarikskalic33 Aug 16, 2026
91ff9e0
docs(agnt-004): specify sovereign sensorium and VCM bridge
tarikskalic33 Aug 16, 2026
118588e
docs(agnt-004): add implementation plan
tarikskalic33 Aug 16, 2026
86ad239
feat(sensorium): add deterministic observation artifact
tarikskalic33 Aug 16, 2026
4171c12
test(sensorium): cover observation digest boundary
tarikskalic33 Aug 16, 2026
4846d95
feat(sensorium): add deterministic VCM bridge
tarikskalic33 Aug 16, 2026
96e4b7c
feat(sensorium): bind derived VCM observation fields
tarikskalic33 Aug 16, 2026
8f43412
test(sensorium): cover deterministic VCM recurrences
tarikskalic33 Aug 16, 2026
56405ac
feat(sensorium): add contractive authority degradation
tarikskalic33 Aug 16, 2026
06cdaf3
test(sensorium): prove contractive degradation
tarikskalic33 Aug 16, 2026
f2ec38b
fix(sensorium): fail closed on inconsistent degradation cap
tarikskalic33 Aug 16, 2026
5930938
test(sensorium): reject inconsistent degradation caps
tarikskalic33 Aug 16, 2026
c7026cc
feat(sensorium): expose stable AGNT-004 boundary
tarikskalic33 Aug 16, 2026
48f9f06
test(sensorium): bind AGNT-004 to frontier workflow
tarikskalic33 Aug 16, 2026
550c025
evidence(sensorium): bind AGNT-004 local component witness
tarikskalic33 Aug 16, 2026
e04ca33
feat(constitution): bind Ω1 Ω2 Ω3 constitutional invariants
tarikskalic33 Aug 16, 2026
f467c06
fix(sensorium): make Ω3 perception boundary explicit
tarikskalic33 Aug 16, 2026
31aec51
fix(ci): make PR264 verification surfaces executable
tarikskalic33 Aug 19, 2026
ec84aa3
feat(sol): integrate durable cross-provider organism
tarikskalic33 Aug 19, 2026
5f331e5
fix(ci): make LUT-KAN replay import hermetic
tarikskalic33 Aug 19, 2026
559b4f1
test(organism): define durable provider work-claim contract
tarikskalic33 Aug 19, 2026
ea19dfe
test(organism): load canonical frontier lease helper in claim contract
tarikskalic33 Aug 19, 2026
5655d8e
test(organism): require cross-process-style claim refresh fencing
tarikskalic33 Aug 19, 2026
db311cf
feat(organism): add durable fenced provider work claims
tarikskalic33 Aug 19, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 60 additions & 0 deletions .aegis/evidence/agnt-004-local-component-witness-48f9f06c.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"schema_version": "1.0.0",
"witness_id": "agnt-004-local-component-witness-48f9f06c",
"repository": "Aegis-Omega/AEGIS-OMEGA",
"component": "AGNT-004 Sovereign Sensorium & VCM Bridge",
"tested_source_head_sha": "48f9f06c3440af1c49af8670c222c65535559944",
"base_sha": "cd920379df1a23a61b969f0e52549c04bc3a91bb",
"source_blob_bindings": {
"sovereign-omega-v2/src/sensorium/sensorium-observation.ts": "78fd2690bdceffe76007d099e45964d47dbfd557",
"sovereign-omega-v2/src/sensorium/vcm-bridge.ts": "22e9ec862fe5c9c7b4cad84d2ff4f2d9e88a3425",
"sovereign-omega-v2/src/sensorium/sensorium-degradation.ts": "523ceeff04de29e5ff642c4282eee8c1168072d2"
},
"execution_environment": {
"node": "v22.16.0",
"typescript": "5.8.3",
"runner": "local-container",
"network_checkout": "UNAVAILABLE_DNS",
"test_harness": "node:test component harness",
"dependency_note": "The three AGNT-004 production source files were byte-bound to GitHub via matching Git blob SHA. The local harness used the current sha256Hex runtime semantics required by sensorium-observation, but this witness is not represented as a full repository checkout or repo-native Vitest execution."
},
"tdd": {
"observation_red": "ERR_MODULE_NOT_FOUND before sensorium-observation implementation",
"vcm_red": "ERR_MODULE_NOT_FOUND before vcm-bridge implementation",
"degradation_red": "ERR_MODULE_NOT_FOUND before sensorium-degradation implementation",
"fail_closed_refinement_red": "malformed recommendation/cap pair failed to throw before repair",
"final_component_tests": 17,
"final_component_failures": 0,
"final_component_status": "PASS",
"final_log_sha256": "d4246cae4a8aa22e2bcf5a31395d351be97e33e9af2efdde3a523fde31e7708c",
"final_log_bytes": 3027
},
"established": [
"AGNT_004_SOURCE_BYTES_BOUND_TO_TESTED_SOURCE_HEAD",
"OBSERVATION_DIGEST_DETERMINISM_FOR_TESTED_CASES",
"AUDIT_WALL_CLOCK_EXCLUDED_FROM_OBSERVATION_DIGEST_FOR_TESTED_CASES",
"VCM_INTEGER_RECURRENCES_BOUNDED_FOR_TESTED_CASES",
"SENSORIUM_DEGRADATION_NON_AMPLIFICATION_FOR_TESTED_CASES",
"SENSORIUM_DEGRADATION_IDEMPOTENCE_FOR_TESTED_CASES",
"MALFORMED_RECOMMENDATION_CAP_PAIR_FAILS_CLOSED_FOR_TESTED_CASES"
],
"not_established": [
"FULL_REPOSITORY_LOCAL_TEST_PASS",
"REPO_NATIVE_VITEST_PASS",
"EXACT_HEAD_GITHUB_ACTIONS_PASS",
"AUTHORITY_INTEGRATION_PASS",
"EMPIRICAL_VALIDATION_OF_VCM_OR_RETENTION_MODEL",
"PRODUCTION_ADMISSION"
],
"github_exact_head_observation": {
"workflow": "Frontier Provider Mesh",
"workflow_run_id": 31930005682,
"job_id": 95123267296,
"job_head_sha": "48f9f06c3440af1c49af8670c222c65535559944",
"runner_id": 0,
"steps": 0,
"status": "PRE_RUN_INFRA_BLOCKED",
"annotation": "The job was not started because your account is locked due to a billing issue."
},
"witness_scope_rule": "This witness certifies only the recorded tested_source_head_sha and bound source blobs. A later branch head is not automatically certified."
}
41 changes: 41 additions & 0 deletions .aegis/evidence/agnt-004-omega3-contract-witness-e04ca.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"schema_version": "1.0.0",
"witness_id": "agnt-004-omega3-contract-e04ca-20260816",
"repository": "Aegis-Omega/AEGIS-OMEGA",
"source_parent_sha": "e04ca331e7174e770c6470ea8d5e5d7c2352ca26",
"scope": "AGNT_004_OMEGA_3_EXPLICIT_PERCEPTION_AUTHORITY_BOUNDARY",
"pre_patch_source_blob": "78fd2690bdceffe76007d099e45964d47dbfd557",
"post_patch_source_blob": "774dc8ddbc3e437c36e012d597eab3f71f6cf738",
"pre_patch_test_blob": "0350dd3cec3a09355c55db27710848058b0aa949",
"post_patch_test_blob": "2d01b159714d62bba10e49f55cadeabc909b9544",
"tdd_red": {
"observed": true,
"failure": "undefined !== 'T2'",
"meaning": "existing Sensorium observation did not explicitly carry observationTier"
},
"tdd_green": {
"tests": 2,
"pass": 2,
"fail": 0,
"typecheck": "PASS_WITH_LOCAL_SHA256_RUNTIME_SEAM"
},
"established": [
"SENSORIUM_AUTHORITY_EFFECT_OBSERVATION_ONLY",
"SENSORIUM_OBSERVATION_TIER_T2_EXPLICIT",
"SENSORIUM_AUTHORITY_WEIGHT_ZERO_EXPLICIT",
"SENSORIUM_MAY_GROUND_STATE_TRANSITION_FALSE_EXPLICIT",
"OMEGA3_METADATA_INCLUDED_IN_OBSERVATION_DIGEST_ENCODING_FOR_TESTED_CASES"
],
"not_established": [
"REPO_NATIVE_VITEST_PASS",
"EXACT_HEAD_GITHUB_ACTIONS_PASS",
"FULL_AUTHORITY_INTEGRATION_PASS",
"EMPIRICAL_VALIDATION",
"PRODUCTION_ADMISSION"
],
"sha256": {
"post_patch_source": "981657471660113d86796ceeaa682ada86bb07d3c5e5d41db615ad1e3ce9f746",
"post_patch_test": "902071565e4aab1877ad45bd32cff379aec9ed940e36c190b0bc0af31d1a060f",
"local_green_tap": "2b3810a2b317b398e7e8feb26e05917ec6b42e11f671602030a1c0aaa31ade67"
}
}
50 changes: 50 additions & 0 deletions .aegis/evidence/constitutional-bundle-v1-local-witness.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"epistemic_boundary": {
"exact_head_ci_pass": "NOT_ESTABLISHED",
"local_component_witness": "ESTABLISHED",
"production_admission": "NOT_ESTABLISHED",
"repository_binding": "PENDING_REF_UPDATE"
},
"files": {
"plan.md": {
"bytes": 928,
"sha256": "56b4bebdd1975ba916c9b4c40e4aa9892cada738a648da47ab35e74d2c212db0"
},
"spec.md": {
"bytes": 2282,
"sha256": "b1d46ab5aeccc0bcdac28b098ebc098f3ca3ee32cd11606f14a9ca81896b444b"
},
"src/core/constitutional_invariants.mjs": {
"bytes": 5561,
"sha256": "8faf710cef43f9cd5883f1efa967dc916b6093ce8d33b33e26b42723c4f24bc8"
},
"state.md": {
"bytes": 586,
"sha256": "3efd6f3cce396429c51d5b84e89092c847466ea186802dc0ab4900f20cc700b0"
},
"tests/unit/constitutional_invariants.test.mjs": {
"bytes": 7492,
"sha256": "1d81ec92fbe418e72bc450670f68b1179fda3f7cec23236241dafd9583525530"
}
},
"runtime": {
"node": "v22.16.0",
"platform": "Linux-6.18.35-x86_64-with-glibc2.41"
},
"schema_version": "1.0.0",
"scope": "OMEGA_1_OMEGA_2_OMEGA_3_CONSTITUTIONAL_FALSIFICATION",
"source_parent_sha": "550c025fc937349df7b4b0ff9d042e1224f07557",
"tdd_green": {
"command": "node --test tests/unit/constitutional_invariants.test.mjs",
"fail": 0,
"pass": 35,
"skipped": 0,
"tests": 35
},
"tdd_red": {
"failure": "ERR_MODULE_NOT_FOUND",
"observed": true,
"reason": "implementation absent before production code"
},
"witness_id": "constitutional-bundle-v1-local-20260816"
}
8 changes: 8 additions & 0 deletions .codex/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[mcp_servers.aegis]
command = "node"
args = ["scripts/aegis-provider-mcp.mjs", "openai", "@AEGIS_CODEX_MODEL"]
required = true
default_tools_approval_mode = "prompt"
enabled_tools = ["aegis_organism_status", "aegis_next_work", "aegis_contribute", "aegis_contribute_text"]
startup_timeout_sec = 20
tool_timeout_sec = 60
16 changes: 16 additions & 0 deletions .gemini/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"mcp": {
"allowed": ["aegis"]
},
"mcpServers": {
"aegis": {
"command": "node",
"args": [
"scripts/aegis-provider-mcp.mjs",
"google",
"@AEGIS_GEMINI_MODEL"
],
"cwd": "."
}
}
}
134 changes: 134 additions & 0 deletions .github/workflows/frontier-provider-mesh.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,134 @@
name: Frontier Provider Mesh

on:
push:
branches:
- feat/frontier-provider-mesh-v1
paths:
- 'agents/cognitive_pipeline_auditbound.py'
- 'agents/tests/test_cognitive_evidence_binding.py'
- 'platform/sol/**'
- 'sovereign-omega-v2/src/api/frontier-*.ts'
- 'sovereign-omega-v2/src/sensorium/**'
- 'sovereign-omega-v2/test/unit/frontier-*.test.ts'
- 'sovereign-omega-v2/test/unit/sensorium-*.test.ts'
- '.github/workflows/frontier-provider-mesh.yml'
pull_request:
branches:
- feat/sol-cross-platform-control-plane
paths:
- 'agents/cognitive_pipeline_auditbound.py'
- 'agents/tests/test_cognitive_evidence_binding.py'
- 'platform/sol/**'
- 'sovereign-omega-v2/src/api/frontier-*.ts'
- 'sovereign-omega-v2/src/sensorium/**'
- 'sovereign-omega-v2/test/unit/frontier-*.test.ts'
- 'sovereign-omega-v2/test/unit/sensorium-*.test.ts'
- '.github/workflows/frontier-provider-mesh.yml'

permissions:
contents: read

concurrency:
group: frontier-provider-mesh-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
frontier-contract:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout exact candidate
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'

- name: Install verification dependency
run: python -m pip install --disable-pip-version-check jsonschema==4.23.0

- name: Compile audit-bound modules
run: |
python -m py_compile agents/cognitive_pipeline_auditbound.py
python -m py_compile platform/sol/frontier/*.py

- name: Verify Copenhagen cognitive recovery
run: python -m unittest agents.tests.test_cognitive_evidence_binding -v

- name: Verify frontier provider mesh
run: python -m unittest discover -s platform/sol/tests -p 'test_frontier_*.py' -v

- name: Preserve INT4 LUT-KAN replay parity
run: PYTHONPATH=. python agents/tests/test_lut_kan_parity.py

- name: Parse canonical JSON contracts
run: |
python -m json.tool platform/sol/contracts/platform-registry.v1.json >/dev/null
python -m json.tool platform/sol/contracts/execution-request.v1.schema.json >/dev/null
python -m json.tool platform/sol/contracts/execution-result.v1.schema.json >/dev/null
python -m json.tool platform/sol/contracts/proof-carrying-work-order.v1.schema.json >/dev/null
python -m json.tool platform/sol/contracts/sse-stream-lease.v1.schema.json >/dev/null
python -m json.tool platform/sol/contracts/frontier-connections.v1.schema.json >/dev/null

- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: '22'
cache: npm
cache-dependency-path: sovereign-omega-v2/package-lock.json

- name: Install Sovereign Runtime dependencies
working-directory: sovereign-omega-v2
run: npm ci

- name: Verify TypeScript frontier + Sensorium runtime behavior
working-directory: sovereign-omega-v2
run: npm run test -- test/unit/frontier-inference-gateway.test.ts test/unit/frontier-provider-transports.test.ts test/unit/frontier-stream-lease.test.ts test/unit/frontier-automaton3-verifier.test.ts test/unit/frontier-runtime.test.ts test/unit/sensorium-observation.test.ts test/unit/sensorium-vcm-bridge.test.ts test/unit/sensorium-degradation.test.ts

- name: Typecheck Sovereign Runtime frontier integration
working-directory: sovereign-omega-v2
run: npm run typecheck

- name: Reject obvious committed credential material in frontier slice
shell: bash
run: |
python - <<'PY'
from pathlib import Path
import re
import sys

roots = [
Path('platform/sol/frontier'),
Path('sovereign-omega-v2/src/sensorium'),
]
files = [
Path('agents/cognitive_pipeline_auditbound.py'),
*sorted(Path('sovereign-omega-v2/src/api').glob('frontier-*.ts')),
]
for root in roots:
files.extend(
path for path in sorted(root.rglob('*'))
if path.is_file() and path.suffix not in {'.md', '.yml', '.yaml'}
)

patterns = (
re.compile(r'sk-[A-Za-z0-9_-]{16,}'),
re.compile(r'Bearer\s+[A-Za-z0-9._-]{16,}'),
re.compile(r'''api[_-]?key\s*=\s*["'][^"']{12,}''', re.IGNORECASE),
)
matches = []
for path in sorted(set(files)):
if not path.is_file() or path.suffix in {'.md', '.yml', '.yaml'}:
continue
text = path.read_text(encoding='utf-8', errors='replace')
if any(pattern.search(text) for pattern in patterns):
matches.append(path.as_posix())

if matches:
for match in matches:
print(f'credential-like material detected: {match}', file=sys.stderr)
raise SystemExit(1)
print('CREDENTIAL_SCAN=PASS')
PY
10 changes: 5 additions & 5 deletions .mcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"mcpServers": {
"aegis": {
"command": "node",
"args": ["/home/user/AEGIS-OMEGA/sovereign-omega-v2/mcp-server/dist/index.js"],
"env": {
"AEGIS_BRIDGE_URL": "https://aegis-vertex.aegisomega.com",
"AEGIS_API_KEY": ""
}
"args": [
"scripts/aegis-provider-mcp.mjs",
"anthropic",
"@AEGIS_CLAUDE_MODEL"
]
}
}
}
Loading
Loading