[project] name = "mnemosyne-validator" version = "0.1.0" description = "FastAgent + Pallas validator that talks to Mnemosyne's MCP server end-to-end" requires-python = ">=3.13" dependencies = [ "pallas-mcp @ git+ssh://git@git.helu.ca:22022/r/pallas.git", "fast-agent-mcp>=0.6.10", "pyyaml>=6.0", ] [project.scripts] mnemosyne-validator = "pallas.server:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.metadata] allow-direct-references = true [tool.hatch.build.targets.wheel] packages = ["agents"]