Metadata-Version: 2.4
Name: abstractcode
Version: 0.1.0
Summary: A clean terminal CLI for multi-agent agentic coding
Author-email: Laurent-Philippe Albou <contact@abstractcore.ai>
Maintainer-email: Laurent-Philippe Albou <contact@abstractcore.ai>
License: MIT
Project-URL: Homepage, https://abstractcore.ai
Project-URL: Documentation, https://abstractcore.ai
Project-URL: Repository, https://github.com/lpalbou/abstractcode
Project-URL: Bug Tracker, https://github.com/lpalbou/abstractcode/issues
Keywords: ai,llm,cli,coding,agent,multi-agent,agentic,terminal,abstractcore,abstractruntime,abstractagent
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
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 :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
Requires-Dist: black>=23.0.0; extra == "dev"
Requires-Dist: ruff>=0.1.0; extra == "dev"
Dynamic: license-file

# AbstractCode

**A clean terminal CLI for multi-agent agentic coding**

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)

---

## 🚧 Under Development

AbstractCode is currently under active development. This is a placeholder release to reserve the package name on PyPI.

## What is AbstractCode?

AbstractCode is a clean terminal CLI for multi-agent agentic coding, similar to Claude Code, Codex, and Gemini CLI. It leverages the Abstract Framework ecosystem to provide seamless AI-powered coding assistance directly in your terminal.

## The Abstract Framework

AbstractCode is built on top of the Abstract Framework, a comprehensive suite of tools for AI-powered development:

- **[AbstractCore](https://github.com/lpalbou/abstractcore)** - Unified interface for multiple LLM providers
- **[AbstractRuntime](https://github.com/lpalbou/abstractruntime)** - Runtime environment for AI agents
- **[AbstractAgent](https://github.com/lpalbou/abstractagent)** - Multi-agent orchestration and coordination

## Features (Coming Soon)

- 🤖 **Multi-Agent Coding** - Coordinate multiple AI agents for complex coding tasks
- 🔌 **Provider Agnostic** - Works with OpenAI, Anthropic, Ollama, and more
- 💻 **Terminal Native** - Clean CLI interface for seamless workflow integration
- 🎯 **Context Aware** - Understands your codebase and project structure
- 🔄 **Iterative Development** - Collaborative coding with AI assistance
- 🌐 **Offline Capable** - Works with local models via Ollama

## Installation

```bash
pip install abstractcode
```

## Quick Start

```bash
# Coming soon!
abstractcode --help
```

## Requirements

- Python 3.8 or higher
- AbstractCore
- AbstractRuntime
- AbstractAgent

## Documentation

Full documentation will be available at [abstractcore.ai](https://abstractcore.ai)

## Development Status

This project is in early development. Stay tuned for updates!

## Contributing

Contributions are welcome! Please check back soon for contribution guidelines.

## Contact

**Maintainer:** Laurent-Philippe Albou  
📧 Email: contact@abstractcore.ai  
🌐 Website: [abstractcore.ai](https://abstractcore.ai)

## License

MIT License - see LICENSE file for details.

---

**AbstractCode** - Multi-agent agentic coding in your terminal, powered by the Abstract Framework.

