.coveragerc
.gitattributes
.gitignore
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/publish-to-pypi.yml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
src/agentflare.egg-info/PKG-INFO
src/agentflare.egg-info/SOURCES.txt
src/agentflare.egg-info/dependency_links.txt
src/agentflare.egg-info/not-zip-safe
src/agentflare.egg-info/requires.txt
src/agentflare.egg-info/top_level.txt
src/agentflare_sdk/__init__.py
src/agentflare_sdk/skeleton.py
tests/conftest.py
tests/test_skeleton.py