Skip to content

xiyuanyang-code/Camel-Agent-English-Essay-Revision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

English Essay Revision based on Camel-AI Agentic Framework

Introduction

This is an English blog editing system that uses Camel-AI1 as an agent automation framework. This feature enables automated article enhancement, including organizing logic, improving word choice, and correcting grammar.

This is my first attempt at building a complex (maybe?) multi-agent system! I hope you can have fun!

File Structure

All the files are demonstrated:

  • README.md

  • data

    • Final.txt: The final text (To be done)

    • Original.txt: The original text (replace it with your own!)

  • src

    • construct.py: Construct files, reading original passage, etc.

    • main.py: The main scripts, coding the agents' society.

    • prompts.py: Recording all the prompts and system messages for the agents.

  • .gitignore

  • requirements.txt

Usage

Installation

Install requirements via:

pip install -r requirements.txt

Then you can just run the files and enjoy the world of Agents!😊

Demo

Demo Link on bilibili: Demo Video

References

Footnotes

  1. Camel_AI ↩

Releases

No releases published

Packages

No packages published

Languages