Skip to content

jferrater/ai-agents-and-agentic-ai-with-python

Repository files navigation

ai-agents-and-agentic-ai-with-python

Simulating Agents in ChatGPT

Prompt:

I'd like to simulate an AI agent that I'm designing. The agent will be built using the GAME framework with these components:

Goals: Document all of the code in the project Actions:

  • get_project_directory()
  • list_files(fully_qualified_path)
  • read_file(fully_qualified_path)
  • write_file(fully_qualified_path, string_contents)

At each step, your output must be an action to take.

Stop and wait and I will type in the result of the action as my next message.

Ask me for the first task to perform.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages