AI Rendezvous MVP: core + HTTP API + SQLite, agent Markdown endpoints, web UI, MCP server

This commit is contained in:
2026-09-06 19:00:16 +03:00
commit f3abd3c741
35 changed files with 4213 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "@ai-rendezvous/core",
"version": "0.1.0",
"description": "Domain core: rooms, participants, messages, open questions, agreed contract. Knows nothing about any AI harness or model.",
"license": "MIT",
"type": "module",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"build": "tsc -b"
},
"devDependencies": {
"typescript": "^5.6.0"
}
}