.gitignore
.pylintrc
CHANGELOG.md
CONTRIBUTING.md
README.md
SECURITY.md
pyproject.toml
pytest.ini
setup.py
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
agentbill_crewai/__init__.py
agentbill_crewai/tracker.py
agentbill_py_crewai.egg-info/PKG-INFO
agentbill_py_crewai.egg-info/SOURCES.txt
agentbill_py_crewai.egg-info/dependency_links.txt
agentbill_py_crewai.egg-info/requires.txt
agentbill_py_crewai.egg-info/top_level.txt
examples/crewai_basic.py
examples/crewai_custom_event.py
tests/test_tracker.py