feat(cli): support cow cli

This commit is contained in:
zhayujie
2026-03-26 10:08:51 +08:00
parent 3eb8348708
commit 8fd029a4a1
10 changed files with 821 additions and 0 deletions

3
cli/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
"""CowAgent CLI - Manage your CowAgent from the command line."""
__version__ = "0.0.1"