From 4457bf76a2cdb8f9ff3150e958372e129fa9676b Mon Sep 17 00:00:00 2001 From: better629 Date: Tue, 2 Apr 2024 16:27:38 +0800 Subject: [PATCH] add entry of readme in script --- examples/android_assistant/run_assistant.py | 1 + examples/stanford_town/run_st_game.py | 1 + 2 files changed, 2 insertions(+) diff --git a/examples/android_assistant/run_assistant.py b/examples/android_assistant/run_assistant.py index 27a3335b7..7d5d4d5c8 100644 --- a/examples/android_assistant/run_assistant.py +++ b/examples/android_assistant/run_assistant.py @@ -2,6 +2,7 @@ # -*- coding: utf-8 -*- # @Desc : the entry of android assistant including learning and acting stage # See the usage README inside `metagpt/ext/android_assistant` +# README see `metagpt/ext/android_assistant/README.md` import asyncio from pathlib import Path diff --git a/examples/stanford_town/run_st_game.py b/examples/stanford_town/run_st_game.py index 732ae5efc..1a2d50f21 100644 --- a/examples/stanford_town/run_st_game.py +++ b/examples/stanford_town/run_st_game.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # @Desc : entry of Stanford Town(ST/st) game +# README see `metagpt/ext/stanford_town/README.md` import asyncio from typing import Optional