Metadata-Version: 2.3
Name: agentune-simulate
Version: 0.0.1
Summary: A tool for simulating Customer-Agent conversations based on real chat data
License: Apache-2.0
Keywords: conversation,simulation,rag,llm,chatbot,customer-service,agent
Author: Agentune dev team
Author-email: agentune-dev@sparkbeyond.com
Requires-Python: >=3.12,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: License :: OSI Approved :: Apache Software License
Requires-Dist: attrs (>=25.3.0,<26.0.0)
Requires-Dist: cattrs (>=25.1.1,<26.0.0)
Requires-Dist: langchain (>=0.3.25,<0.4.0)
Requires-Dist: langchain-community (>=0.3.21,<0.4.0)
Requires-Dist: langchain-openai (>=0.3.21,<0.4.0)
Requires-Dist: pydantic (>=2.0,<3.0)
Requires-Dist: python-dotenv (>=1.1.0,<2.0.0)
Project-URL: Documentation, https://github.com/SparkBeyond/agentune/tree/main/agentune_simulate
Project-URL: Homepage, https://github.com/SparkBeyond/agentune/tree/main/agentune_simulate
Project-URL: Repository, https://github.com/SparkBeyond/agentune
Description-Content-Type: text/markdown

# Agentune Simulate

A tool for simulating Customer-Agent conversations based on real chat data.

## Quick Start

1. Clone this repository
   ```bash
   git clone git@github.com:SparkBeyond/agentune.git
   cd agentune_simulate
   ```

2. Set up the development environment (see [Development Guide](./docs/development/dev_guide.md))

3. Try the examples to see the library in action (see [Examples](./examples/README.md))

## Project Structure

- `agentune/simulate/` - Package source code
- `examples/` - Usage examples and tutorials
- `tests/simulate/` - Test files
- `docs/` - Project documentation

## Development

See the [Development Guide](./docs/development/dev_guide.md) for setup instructions and testing.

### Coding Standards

Refer to [CODING_STANDARDS.md](./CODING_STANDARDS.md) for detailed guidelines.


