Metadata-Version: 2.4
Name: teragent
Version: 0.0.1
Summary: Terminal AI Agent Library — TAP IR + Model-Specific Compilation
Author: TerAgent Contributors
License-Expression: Apache-2.0
Project-URL: Repository, https://github.com/teragent/teragent
Keywords: ai,agent,llm,tap,compiler,code-generation
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
License-File: LICENSE
Requires-Dist: httpx>=0.25
Requires-Dist: aiosqlite>=0.19
Requires-Dist: python-dotenv>=1.0
Requires-Dist: tomli>=2.0; python_version < "3.11"
Provides-Extra: vector
Requires-Dist: lancedb>=0.6; extra == "vector"
Requires-Dist: numpy; extra == "vector"
Provides-Extra: ast
Requires-Dist: tree-sitter>=0.21; extra == "ast"
Requires-Dist: tree-sitter-python>=0.21; extra == "ast"
Requires-Dist: watchdog>=3.0; extra == "ast"
Provides-Extra: graph
Requires-Dist: networkx>=3.0; extra == "graph"
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.21; extra == "dev"
Requires-Dist: pytest-cov>=4.0; extra == "dev"
Requires-Dist: mypy>=1.0; extra == "dev"
Requires-Dist: ruff>=0.1; extra == "dev"
Provides-Extra: all
Requires-Dist: teragent[ast,graph,vector]; extra == "all"
Dynamic: license-file
