Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SONAR

Launch SONAR with ./start-sonar.command.

The app is pinned to:

http://localhost:4173/index.html

AI Reports

SONAR can generate a network report through the OpenAI Responses API. The browser sends a compact network summary to the local SONAR server, and the local server sends the request to OpenAI with your API key.

The preferred setup is inside SONAR: open a network, go to Settings, and enter the OpenAI API key and model there. Changes apply to the next report immediately.

The .env file is now only a fallback for server-side defaults:

OPENAI_API_KEY=your_api_key_here
SONAR_OPENAI_MODEL=gpt-5.5

Metric Audit

Run the internal simulation metric audit with:

node tools/simulation-metric-audit.mjs

The audit uses small benchmark organizations to check factual org metrics, network metrics, coordination-cost proxies, scenario deltas, formula-guide coverage, and core 0-100 invariants.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages