Gravit is a reasoning verification and computation system for autonomous agents. It combines Proof of Reasoning (PoR), mathematical hypothesis validation, and a trust/reputation system for agent networks.
git clone https://github.com/Gravit-Network/gravit-system
cd gravit-system
docker-compose -f infra/docker-compose.yml up --build
curl http://localhost:8000/healthPOST /v1/generate
{
"prompt": "Will AI surpass human intelligence by 2030?",
"llm": "grok"
}POST /v1/consensus
{
"hypothesis_id": "hyp-123",
"rounds": 100
}POST /v1/query
{
"eql": "FIND traces WHERE agent = \"grok\" AND consensus > 0.7"
}Apache 2.0 with Commons Clause