Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ crewai = ["crewai>=1"] # crewai.tools @tool + Agent (v1 m
# those adapters' tools are actually exercised in CI (not just skipped). crewai stays out — it's a heavy
# install (vector DBs, litellm); its tools are verified locally, and an import-safety test guards the
# module in CI regardless. Framework agent() helpers are thin passthroughs covered by their missing-dep path.
dev = ["pytest>=8", "ruff>=0.6", "langchain-core>=0.3", "openai-agents>=0.1"]
dev = ["pytest>=8", "ruff>=0.16.1", "langchain-core>=0.3", "openai-agents>=0.1"]

[project.scripts]
vayl-demo = "vayl.demo:main" # zero-setup 30s demo of reconciling memory
Expand Down
Loading