feat(agent): core agent loop with asyncio, Claude API, tool dispatch, background thread

This commit is contained in:
2026-03-01 22:03:55 -05:00
parent b6927568a9
commit 5c74e6c2e6
7 changed files with 131 additions and 5 deletions

8
.gitignore vendored
View File

@@ -2,3 +2,11 @@
# Dolt database files (added by bd init)
.dolt/
*.db
# Python
__pycache__/
*.pyc
.coverage
.venv/
*.egg-info/
dist/