Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quickstart run_agent examples missing import #90

Closed
trush opened this issue Feb 10, 2021 · 0 comments · Fixed by #93
Closed

Quickstart run_agent examples missing import #90

trush opened this issue Feb 10, 2021 · 0 comments · Fixed by #93
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@trush
Copy link
Contributor

trush commented Feb 10, 2021

The two example code segments for using run_agent in the Quickstart doc don't work because they are missing an import.

Need one of:

  1. import agentos, or
  2. from agentos import run_agent and then change agentos.run_agent(...) to run_agent(...)
@trush trush added the documentation Improvements or additions to documentation label Feb 10, 2021
andyk added a commit to andyk/agentos that referenced this issue Feb 19, 2021
@trush trush closed this as completed in #93 Feb 20, 2021
trush added a commit that referenced this issue Feb 20, 2021
fix bugs in quickstart code. fixes #88, #89, #90
nickjalbert pushed a commit to nickjalbert/agentos that referenced this issue Jun 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants