[build-system] requires = ["setuptools>=61"] build-backend = "setuptools.build_meta" [project] name = "hindsight-all-slim" version = "0.4.17" description = "Hindsight: Agent Memory That Works Like Human Memory - Slim All-in-One Bundle" readme = "README.md" requires-python = ">=3.11" dependencies = [ "hindsight-api-slim>=0.4.17", "hindsight-client>=0.0.7", "hindsight-embed>=0.1.0", ] [tool.uv.sources] hindsight-api-slim = { workspace = true } hindsight-client = { workspace = true } hindsight-embed = { workspace = true } [project.optional-dependencies] test = [ "pytest>=7.0.0", "pytest-asyncio>=0.21.0", ] [tool.setuptools] packages = [] [tool.pytest.ini_options] asyncio_mode = "auto" asyncio_default_fixture_loop_scope = "function"