Metadata-Version: 2.4
Name: mia-agent
Version: 0.1.0
Summary: FastAPI and LangGraph service for Mia personal AI agent
Author: Mia Agent Contributors
License: Apache-2.0
Project-URL: Homepage, https://github.com/zw124/mia-agent
Project-URL: Repository, https://github.com/zw124/mia-agent
Project-URL: Issues, https://github.com/zw124/mia-agent/issues
Keywords: ai,agent,imessage,telegram,composio,fastapi
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Framework :: FastAPI
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: fastapi>=0.115.0
Requires-Dist: httpx>=0.27.2
Requires-Dist: langchain-core>=0.3.25
Requires-Dist: langchain-openai>=0.2.12
Requires-Dist: langgraph>=0.2.60
Requires-Dist: pydantic>=2.10.3
Requires-Dist: pydantic-settings>=2.6.1
Requires-Dist: python-dotenv>=1.0.1
Requires-Dist: uvicorn[standard]>=0.32.1
Provides-Extra: dev
Requires-Dist: pytest>=8.3.4; extra == "dev"
Requires-Dist: pytest-asyncio>=0.24.0; extra == "dev"
Requires-Dist: respx>=0.21.1; extra == "dev"
Requires-Dist: ruff>=0.8.3; extra == "dev"

# Mia Agent Service

FastAPI service and CLI for Mia Personal AI Agent.

Install:

```bash
pipx install mia-agent
```

Run terminal onboarding:

```bash
mia-agent onboard
```

Start the agent service:

```bash
mia-agent serve
```

Check local configuration:

```bash
mia-agent doctor
```

Repository: https://github.com/zw124/mia-agent
