Agentic Writer Workflow Prototype

Description

This prototype project demonstrates an AI-powered writing assistant that generates content from YouTube video transcriptions. It serves as a proof of concept for an agentic writing system utilizing multiple AI agents to manage different aspects of the writing process.

Installation

To set up this prototype locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/pukpuklouis/agentic-writer-prototype.git
  2. Navigate to the project directory:

    cd agentic-writer-prototype
  3. Install dependencies:

    pip install -r requirements.txt

Usage

To run the prototype:

  1. Start the application:

    uvicorn main:app --reload
  2. Open your web browser and navigate to http://localhost:8000.

Features

  • YouTube video transcription processing
  • AI-driven content drafting
  • Basic review and scoring system
  • Simple user interface for content viewing and minimal editing

Contributing

This is a prototype project and is not currently open for contributions. However, feedback and suggestions are welcome.

License

This project is licensed under the MIT License. See the LICENSE file for details.