fleet-memory/hindsight-api/hindsight_api
Nicolò Boschi 6c7f057e9d
feat(embed): add hindisght-embed profiles (#277)
* feat(embed): add hindisght-embed profiles

* ci: run pytest tests for hindsight-embed in CI

- Add pytest test run step to test-embed job
- This ensures profile tests (37 tests) are run in CI
- Smoke test still runs after pytest tests

* feat(embed): use 'default' profile name consistently

- Configure command now shows "Profile 'default' configured successfully!"
- Profile list shows "default" instead of empty string
- Profile show displays "default" consistently
- All output now uses "default" label for backward-compatible config
- Added port display for default profile in all commands

* fix(embed): replace requests with httpx in profile_manager

- Use httpx.Client() instead of requests.get() for daemon health check
- Update test mock to use httpx.Client instead of requests.get
- Fixes ModuleNotFoundError in CI (requests not in dependencies)
2026-02-02 14:38:06 +01:00
..
admin feat: new 'worker' service (#176) 2026-01-20 10:17:56 +01:00
alembic fix: misc fixes for observations and mental models (#209) 2026-01-27 15:37:57 +01:00
api Add MentalModelRefreshContext and pre-operation validation for mental model create/refresh (#271) 2026-02-01 16:16:20 -05:00
engine feat: support for codex and claude-code as llm (#276) 2026-02-02 12:54:44 +01:00
extensions Add MentalModelRefreshContext and pre-operation validation for mental model create/refresh (#271) 2026-02-01 16:16:20 -05:00
worker fix: worker doesn't pick up correct default schema (#259) 2026-01-31 09:15:59 +01:00
__init__.py Release v0.4.7 2026-01-31 18:40:32 +01:00
banner.py feat: print version during startup (#275) 2026-02-02 12:40:45 +01:00
config.py feat: support for codex and claude-code as llm (#276) 2026-02-02 12:54:44 +01:00
daemon.py feat(hindsight-embed): external API support + OpenClaw fixes (#263, #264) (#265) 2026-01-31 17:02:13 +01:00
main.py feat(embed): add hindisght-embed profiles (#277) 2026-02-02 14:38:06 +01:00
mcp_local.py feat(mcp): add timestamp to retain (#190) 2026-01-23 16:00:43 +01:00
mcp_tools.py feat(mcp): add Bearer token authentication and tenant auth propagation (#241) 2026-01-30 09:08:18 +01:00
metrics.py chore: remove dead code (#245) 2026-01-30 09:16:32 +01:00
migrations.py fix: batch queries on recall (#149) 2026-01-13 13:20:22 +01:00
models.py chore: drop unused access_count column (#178) 2026-01-20 10:36:02 +01:00
pg0.py feat: support vertex as llm provider (#233) 2026-01-29 16:13:57 -05:00
server.py Fix: Load extensions in server.py for multi-worker deployments (#155) 2026-01-13 17:55:33 +01:00