"""Infinithesim sub-agent package.

Exports
-------
- ``infinithesim_agent`` — the ``EnterpriseAgent`` instance with DB tools attached
- ``app``               — the Starlette/A2A ASGI application ready for uvicorn
"""

from backend.chanakya.infinithesim.agent import infinithesim_agent, app

__all__ = ["infinithesim_agent", "app"]
