{"id":26397650,"url":"https://github.com/andrepradika/agno-playground","last_synced_at":"2026-05-19T06:06:30.609Z","repository":{"id":282389253,"uuid":"948428008","full_name":"andrepradika/agno-playground","owner":"andrepradika","description":"🚀 AI Agent Playground – An interactive AI assistant powered by OpenAI GPT!","archived":false,"fork":false,"pushed_at":"2025-03-14T10:26:58.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-09T06:01:52.471Z","etag":null,"topics":["openai"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andrepradika.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-14T10:16:24.000Z","updated_at":"2025-03-14T10:27:01.000Z","dependencies_parsed_at":"2025-03-14T11:37:52.576Z","dependency_job_id":null,"html_url":"https://github.com/andrepradika/agno-playground","commit_stats":null,"previous_names":["andrepradika/agno-playground"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andrepradika/agno-playground","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrepradika%2Fagno-playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrepradika%2Fagno-playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrepradika%2Fagno-playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrepradika%2Fagno-playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrepradika","download_url":"https://codeload.github.com/andrepradika/agno-playground/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrepradika%2Fagno-playground/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33204110,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"online","status_checked_at":"2026-05-19T02:00:06.763Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["openai"],"created_at":"2025-03-17T12:18:31.128Z","updated_at":"2026-05-19T06:06:30.593Z","avatar_url":"https://github.com/andrepradika.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## AI Agent Playground  \n\nThis project sets up an interactive AI agent playground using OpenAI's GPT models. It includes two agents:  \n\n- **Web Agent**: Uses OpenAI GPT and optionally DuckDuckGo for web searches.  \n- **Agent**: A general-purpose AI assistant using OpenAI GPT.  \n\nThe agents store conversation history in an SQLite database for contextual awareness.  \n\n---\n\n## Features  \n\n✅ Uses OpenAI GPT models for AI responses  \n✅ Supports web search with DuckDuckGo (optional)  \n✅ Saves conversation history using SQLite  \n✅ Provides a web-based playground UI  \n\n---\n\n## Setup  \n\n### 1. Clone the Repository  \n```sh\ngit clone https://github.com/andrepradika/agno-playground.git\ncd agno-playground\n```  \n\n### 2. Install Dependencies  \nMake sure you have Python installed, then run:  \n```sh\npip install -r requirements.txt\n```  \n\n### 3. Set Up Environment Variables  \nCreate a `.env` file in the project root:  \n```ini\nOPENAI_API_KEY=your_openai_api_key\nDUCKDUCKGO_ENABLED=True  # Set to False if not needed\nAGENT_STORAGE_PATH=tmp/agents.db  # Change if needed\n```  \n\n### 4. Run the Playground  \nStart the web-based playground with:  \n```sh\npython main.py\n```  \nThis launches the app on `http://0.0.0.0:7777`.  \n\n---\n\n## Usage  \n\n- Open your browser and go to `http://localhost:7777`  \n- Interact with the AI agents through the web interface  \n- The Web Agent can fetch real-time information (if DuckDuckGo is enabled)  \n\n---\n\n## File Overview  \n\n- `main.py`: Entry point for running the app  \n- `.env`: Stores API keys and configuration  \n- `requirements.txt`: Dependencies required to run the project  \n- `tmp/agents.db`: SQLite database storing conversation history  \n\n---\n\n## Contributing  \n\nFeel free to submit issues or pull requests to improve this project.  \n\n---\n\n## License  \n\nThis project is licensed under the MIT License.  \n\n---  \n\n## Author  \nandrepradika  \n---  ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrepradika%2Fagno-playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrepradika%2Fagno-playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrepradika%2Fagno-playground/lists"}