""" PicoGent - Minimal AI coding agent """ __version__ = "0.1.0" from .agent import Agent from .config import Config __all__ = ["Agent", "Config"]