Merge pull request #522 from Stitch-z/main

update: optimize the action code for writing tutorials.
This commit is contained in:
geekan 2023-12-21 11:27:13 +08:00 committed by GitHub
commit 820315b916
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 25 deletions

View file

@ -1,10 +1,12 @@
#!/usr/bin/env python3
# _*_ coding: utf-8 _*_
"""
@Time : 2023/9/4 21:40:57
@Author : Stitch-z
@File : tutorial_assistant.py
"""
import asyncio
from metagpt.roles.tutorial_assistant import TutorialAssistant