gh-deepagent / src /gh_deepagent /__init__.py
deepagent-bot
ci: sync dashboard from a5b395d
f291c90
Raw
History Blame Contribute Delete
186 Bytes
"""gh-deepagent — Coding & GitHub-issue-solving agent built on Deep Agents."""
from .config import Settings, get_settings
__all__ = ["Settings", "get_settings"]
__version__ = "0.6.1"