Initial commit: myai agent framework

This commit is contained in:
gyt
2026-07-09 13:28:40 -04:00
commit 84c6663e4d
8 changed files with 142 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# Downloaded repos (not original work)
download/
# Agent data (local state)
agent_data/
# Python
__pycache__/
*.pyc
.venv/