A Python-based application that automates the creation of customized documents using multiple AI agents. Integrates with OpenAI GPT-4o and Anthropic Claude APIs to deliver high-quality, business-oriented content, supporting configurable workflows, flexible output formats, and robust error handling.
Handles concurrent tasks with multiple agents for efficient document generation.
Connects seamlessly with OpenAI and Anthropic APIs for content creation.
Customizable output formats and tones to match diverse business needs.
Flexible workflows to accommodate a variety of documentation requirements.
Includes retry logic and error management for API call reliability.
The application utilizes a multi-agent system to manage document generation tasks, integrating with AI APIs to process user requests. Users can configure document parameters, such as title, tone, and output format, in a simple JSON file, and the agents dynamically handle the workflow to produce the final document.
.env
file.requirements.txt
.main.py
to start the document generation process.