mirror of
https://github.com/pydantic/pydantic-ai-harness.git
synced 2026-07-21 02:45:34 +00:00
* feat: add FileSystem and Shell capabilities with exhaustive testing - FileSystemToolset: 8 tools (read, write, edit, list, search, find, mkdir, info) with path-traversal prevention, allow/deny patterns, optimistic concurrency - ShellToolset: 1 tool (run_command) with command validation, timeout handling, and async subprocess execution via anyio --- Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: David Sanchez <64162682+dsfaccini@users.noreply.github.com>
29 lines
280 B
Plaintext
29 lines
280 B
Plaintext
.env*
|
|
.mcp.json
|
|
.DS_Store
|
|
.agents/settings.local.json
|
|
CLAUDE.local.md
|
|
LOCAL_WORKTREES.md
|
|
|
|
# IDE
|
|
.idea/
|
|
|
|
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|
|
|
|
# Coverage
|
|
.coverage
|
|
|
|
# Hypothesis
|
|
.hypothesis/
|
|
.vscode/
|
|
mutants/
|