deepagent-bot
ci: sync all-in-one demo from a5b395d
e950777
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"