Metadata-Version: 2.4
Name: myxagent
Version: 0.3.6
Summary: Independent AI Agent with Persistent First-Person Memory and Multi-User Interaction
Author-email: ZJun <zhangjun310@live.com>
Project-URL: Repository, https://github.com/ZJCODE/xagent
Project-URL: Issues, https://github.com/ZJCODE/xagent/issues
Project-URL: Homepage, https://github.com/ZJCODE/xagent#readme
Keywords: ai,agent,openai,chatbot,async
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fastapi>=0.116.1
Requires-Dist: pydantic>=2.11.7
Requires-Dist: uvicorn>=0.35.0
Requires-Dist: openai>=1.98.0
Requires-Dist: anthropic>=0.64.0
Requires-Dist: langfuse>=3.0.0
Requires-Dist: cryptography>=42.0.0
Requires-Dist: httpx>=0.28.0
Requires-Dist: websockets>=12.0
Requires-Dist: requests>=2.32.0
Requires-Dist: trafilatura>=2.0.0
Requires-Dist: lxml[html-clean]>=5.0.0
Requires-Dist: lark-oapi>=1.5.5
Requires-Dist: qrcode[pil]>=7.4.2
Requires-Dist: pillow>=10.0.0
Requires-Dist: posthog>=3.6.0
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: python-multipart>=0.0.20
Requires-Dist: readchar>=4.2.1
Requires-Dist: rich>=13.9.4
Requires-Dist: sounddevice>=0.5.0
Requires-Dist: python-socks>=2.4.0
Requires-Dist: tenacity>=9.1.2
Requires-Dist: watchdog>=6.0.0
Requires-Dist: websockets>=14.0
Dynamic: license-file

# xAgent

[![Python](https://img.shields.io/badge/Python-3.10%2B-blue.svg)](https://www.python.org/)
[![License](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)

xAgent is a local-first AI agent with its own identity, memory, and life. Use it from the terminal, Web UI, voice, Feishu, or Weixin, and manage everything from one interactive launcher.

## Quick Start

```bash
# Install
curl -fsSL https://raw.githubusercontent.com/ZJCODE/xagent/main/install.sh | bash

# Launch (open a new terminal, or run the export shown by the installer)
xagent
```

## Local Data

All agent data is stored locally under:

```text
~/.xagent/agents/
```

Each agent has its own identity, memory, diary, workspace, skills, tasks, logs, and channel state.

## Uninstall

```bash
uv tool uninstall myxagent
```

This removes the CLI installed by `install.sh`. Your local data under `~/.xagent/` is not deleted.


## License

MIT. See [LICENSE](LICENSE).
