fleet-memory/hindsight-integration-tests
Nicolò Boschi 4f2833873c
feat: introduce mental models (#132)
* mental models

* DRAFT: refactor entity observations

* fix db patch

* agentic

* agentic

* reflect agent

* new style

* more

* fix ci

* fix

* fix
2026-01-16 11:16:41 +01:00
..
tests feat: introduce mental models (#132) 2026-01-16 11:16:41 +01:00
pyproject.toml misc: add mcp integration tests and increase test coverage (#98) 2026-01-05 11:16:55 +01:00
README.md misc: add mcp integration tests and increase test coverage (#98) 2026-01-05 11:16:55 +01:00
uv.lock misc: add mcp integration tests and increase test coverage (#98) 2026-01-05 11:16:55 +01:00

Hindsight Integration Tests

E2E and integration tests for Hindsight API that require a running server.

Running Tests

  1. Start the API server:

    ./scripts/dev/start-api.sh
    
  2. Run the tests:

    cd hindsight-integration-tests
    HINDSIGHT_API_URL=http://localhost:8888 uv run pytest tests/ -v
    

Environment Variables

  • HINDSIGHT_API_URL - Base URL of the running Hindsight API (default: http://localhost:8888)