feat(agent): core agent loop with asyncio, Claude API, tool dispatch, background thread
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -2,3 +2,11 @@
|
||||
# Dolt database files (added by bd init)
|
||||
.dolt/
|
||||
*.db
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.coverage
|
||||
.venv/
|
||||
*.egg-info/
|
||||
dist/
|
||||
|
||||
Reference in New Issue
Block a user