Metadata-Version: 2.4
Name: cortex-app
Version: 0.0.1
Summary: Cortex App - AI Agent Platform CLI (Coming Soon)
Project-URL: Homepage, https://cortex-app.ai
Project-URL: Documentation, https://docs.cortex-app.ai
Project-URL: Repository, https://github.com/cortex-app/cortex-cli
Project-URL: Issues, https://github.com/cortex-app/cortex-cli/issues
Project-URL: Changelog, https://github.com/cortex-app/cortex-cli/blob/main/CHANGELOG.md
Author-email: Cortex App <dev@cortex-app.ai>
License: MIT
License-File: LICENSE
Keywords: agents,ai,cli,cortex,mcp,platform
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
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 :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Cortex App

AI Agent Platform - Command-line interface for AI agent execution

**Status**: 🚧 Under Development

## Overview

Cortex App provides a unified platform for creating, deploying, and executing AI agents through multiple interfaces:

- **Desktop Application**: Visual Agent Builder and MCP management
- **CLI Tool**: Command-line agent execution and deployment

## Installation

```bash
pip install cortex-app
```

## Quick Start

```bash
# Coming soon - Command-line interface for agent execution
cortex agent run MyAgent --message "Hello"
cortex agent chat MyAgent
```

## Features (Coming Soon)

- 🤖 Execute AI agents from the command line
- 💬 Interactive chat mode with agents
- 📦 Manage agent deployments
- 🔧 Configure agent settings
- 🌐 Integration with Cortex Agent Platform

## Documentation

Visit [docs.cortex-app.ai](https://docs.cortex-app.ai) for complete documentation.

## Repository

- **Desktop App**: [github.com/cortex-app/cortex-app](https://github.com/cortex-app/cortex-app)
- **CLI Tool**: [github.com/cortex-app/cortex-cli](https://github.com/cortex-app/cortex-cli)

## License

MIT

---

**Website**: [cortex-app.ai](https://cortex-app.ai)
**GitHub**: [github.com/cortex-app](https://github.com/cortex-app)
