Skip to content

stranske/Manager-Database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,307 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manager-Database

This repository contains the Manager-Database application.

For setup and usage instructions, see README_bootstrap.md.

The repo also includes a synthetic, offline stlite browser demo for the deterministic analyst pages. Build it with python scripts/build_wasm_demo.py and serve web/index.html locally; details are in README_bootstrap.md.

API Documentation

API examples

Replace http://localhost:8000 with your deployed API base URL.

curl -G "http://localhost:8000/chat" --data-urlencode "q=What is the latest holdings update?"
curl -X POST "http://localhost:8000/managers" \
  -H "Content-Type: application/json" \
  -d '{"name":"Grace Hopper","email":"grace@example.com","department":"Engineering"}'
curl "http://localhost:8000/health/db"

Note: Chat write endpoints are rate limited. See the API Rate Limiting documentation for the exact endpoint matrix and response contract.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors