docker / docker/compose-for-agents
Error trying to run Agno model.
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1k
- Forks
- 470
- Avg merge
- 2h 39m
- Merged PRs (30d)
- 1
Description
Hello.
I tried to run Agno, but an error occurred.
Perhaps because Playground was removed in newer Agno versions and moved to AgentOS. (https://docs.agno.com/how-to/v2-changelog)
agents-1 | Traceback (most recent call last):
agents-1 | File "/app/playground.py", line 7, in <module>
agents-1 | from agno.playground import Playground, serve_playground_app
agents-1 | ModuleNotFoundError: No module named 'agno.playground'
Could you tell me what you plan to do with it?
Thanks
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with /app/playground.py and the failing import from agno.playground, then compare the example with the linked Agno v2 changelog and its AgentOS migration notes. Done means the example's documented entry point runs without the missing-module error using the current Agno version.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, docker-compose, python
- Domain
- ai, devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100