Skip to content

Commit 64acc99

Browse files
Adding an example of a timer chatgpt app (#606)
* adding chatgpt timer app and restructuring chatgpt_apps dir * adding back Ryan's changes * Adding app gif to the README Added a gif to enhance the README with visual context. * Adding public no-auth endpoint for users to try Adding public no-auth endpoint for users to try
1 parent 27b2a4d commit 64acc99

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+11402
-3
lines changed

examples/cloud/chatgpt_app/requirements.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.
File renamed without changes.

examples/cloud/chatgpt_app/main.py renamed to examples/cloud/chatgpt_apps/basic_app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,4 +192,4 @@ async def main():
192192

193193

194194
if __name__ == "__main__":
195-
asyncio.run(main())
195+
asyncio.run(main())
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Core framework dependency
2+
mcp-agent @ file://../../../../ # Link to the local mcp-agent project root
File renamed without changes.

0 commit comments

Comments
 (0)