Metadata-Version: 2.4
Name: tilo
Version: 0.1.0
Summary: Tilo — AI-native SaaS agent framework with long-term memory, structured artifacts, and human confirmation.
License: MIT
Keywords: agent,ai,artifact,framework,memory,saas
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: FastAPI
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: >=3.11
Requires-Dist: alembic>=1.13
Requires-Dist: fastapi>=0.110
Requires-Dist: httpx>=0.27
Requires-Dist: psycopg[binary]>=3.1
Requires-Dist: pydantic-settings>=2.2
Requires-Dist: pydantic>=2.6
Requires-Dist: pyyaml>=6.0
Requires-Dist: sqlalchemy>=2.0
Requires-Dist: uvicorn[standard]>=0.27
Provides-Extra: test
Requires-Dist: pytest>=8.0; extra == 'test'
