Runtime settings

Deployment-facing configuration for session auth, storage, vector search, ETL persistence, and future settlement visibility.

Session binding
0x0fcD0338a468cE855D7da7ea1fE945CC5457fDd2 via browser
Artifact backend
Vercel Blob with overwrite-safe JSONL artifacts.
Vector provider
neon-pgvector · deterministic-hash-v1 · 1536 dims
0G SDK target
0G-Galileo-Testnet · chain 16602 · https://indexer-storage-testnet-turbo.0g.ai
On-chain visibility
0x0fcD0338a468cE855D7da7ea1fE945CC5457fDd2
Roadmap surface for tx hash, inference batch cost, and settlement status.

Environment posture

Only deploy-safe details that the control plane can infer directly from runtime state.

`DATABASE_URL`
Present
`BLOB_READ_WRITE_TOKEN`
Present
`AEGIS_OG_PRIVATE_KEY`
Missing
`AEGIS_OG_PROVIDER_ADDRESS`
Missing
`AEGIS_OG_INFERENCE_API_KEY`
Missing
Vector dimension1536
Embedding modeldeterministic-hash-v1

Storage layout

Reference view for how the multi-page app stores telemetry and ETL artifacts.

JSONL / Blob artifacts
etl/datasets/protocols.jsonl
etl/datasets/simulations.jsonl
etl/datasets/epochs.jsonl
vector/documents.jsonl
Database surfaces
user_vector_documents
user_rlhf_feedback
published_cli_sessions
Guarantees
Each user is isolated by user_id + safe_address + namespace filters.
Embeddings are normalized before persistence for cosine similarity search.
Blob/JSONL outputs remain append-oriented while the vector layer supports low-latency retrieval.
The schema can run locally without a database and promote to Neon/pgvector on Vercel with the same API surface.
0G SDK surfaces
Compute read-only broker: ready
Compute authenticated broker: requires private key
Storage and memory writes: requires signer + indexer
Fine-tuning task flow: requires provider address