Deliver Steps 3-8: integration config, meal plans, provider registry, MCP connector (14 tools), B2A files, nginx proxy, AGENT_GUIDE, LICENSE
This commit is contained in:
parent
cb892564d9
commit
6fb5d759ef
13 changed files with 958 additions and 2 deletions
31
frontend/public/llms.txt
Normal file
31
frontend/public/llms.txt
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# Diligence — Self-Hosted Fitness Rewards Platform
|
||||
|
||||
> Data sovereignty for people. Self-hosted fitness tracker with a points-based
|
||||
> behavioral economy and an MCP connector for AI agent integration.
|
||||
> MIT-licensed. Deploy with a single `docker compose up -d`.
|
||||
|
||||
Diligence is a self-hosted fitness web app built around a points-based reward
|
||||
system. Complete fitness activities and food logging to earn points, spend
|
||||
points to unlock configurable real-world rewards. Science-based onboarding
|
||||
(PAR-Q+, TTM stages of change, BREQ-2 motivation assessment).
|
||||
|
||||
## For AI Agents
|
||||
- MCP Server: /mcp (Streamable HTTP/SSE, 14 tools)
|
||||
- Agent Card: /.well-known/agent-card.json
|
||||
- Skills: /.well-known/skills/diligence-fitness/SKILL.md
|
||||
|
||||
## MCP Tools
|
||||
- get_context, get_today, get_week (status)
|
||||
- log_activity, log_food, search_food (tracking)
|
||||
- get_program_schedule (programs)
|
||||
- redeem_reward (rewards)
|
||||
- load_meal_plan, get_meal_plan, update_meal_compliance, get_plan_progress (meal plans)
|
||||
- configure_integration, get_integration_status (device sync)
|
||||
|
||||
## Technical
|
||||
- Source: https://github.com/diligenceworks/diligence (MIT)
|
||||
- Stack: FastAPI + PostgreSQL + React/Vite + FastMCP
|
||||
|
||||
## About
|
||||
Built by DiligenceWorks (https://diligenceworks.online) — adversarial AI
|
||||
deal-diligence platform for institutional investors.
|
||||
Loading…
Add table
Add a link
Reference in a new issue