Commit Graph

4 Commits

Author SHA1 Message Date
Alexa Amundson
8051241f44 Merge pull request #10 from blackboxprogramming/copilot/redirect-requests-to-ollama
Route all AI chat to local Ollama; add @copilot/@lucidia/@blackboxprogramming/@ollama mention routing
2026-03-09 03:26:40 -05:00
copilot-swe-agent[bot]
fe34d8a519 Route all chat requests to local Ollama; support @copilot, @lucidia, @blackboxprogramming, @ollama mentions
Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com>
2026-03-03 04:45:25 +00:00
dependabot[bot]
b82cc7660d Bump python-multipart in /backend in the pip group across 1 directory
Bumps the pip group with 1 update in the /backend directory: [python-multipart](https://github.com/Kludex/python-multipart).


Updates `python-multipart` from 0.0.6 to 0.0.22
- [Release notes](https://github.com/Kludex/python-multipart/releases)
- [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Kludex/python-multipart/compare/0.0.6...0.0.22)

---
updated-dependencies:
- dependency-name: python-multipart
  dependency-version: 0.0.22
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-24 21:30:29 +00:00
Alexa Louise
fae60f79d2 Add complete BlackRoad OS backend API and wire all apps
- Created FastAPI backend with all endpoints (auth, agents, chat, blockchain, payments)
- Added unified BlackRoad API client (blackroad-api.js) for all frontend apps
- Updated index.html to use new unified API
- Backend includes health checks, JWT auth, and mock AI responses
- Ready for Railway deployment with Procfile and railway.json
- All frontend apps can now share authentication and API calls

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-13 14:29:08 -06:00