{"id":14064779,"url":"https://github.com/john-adeojo/custom_agent_tutorial","last_synced_at":"2025-07-29T19:31:18.767Z","repository":{"id":239824322,"uuid":"798834193","full_name":"john-adeojo/custom_agent_tutorial","owner":"john-adeojo","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-22T18:52:43.000Z","size":60,"stargazers_count":116,"open_issues_count":3,"forks_count":50,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-08-14T07:07:39.988Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/john-adeojo.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":"2024-05-10T15:12:29.000Z","updated_at":"2024-08-13T13:50:51.000Z","dependencies_parsed_at":"2024-05-15T17:05:50.132Z","dependency_job_id":null,"html_url":"https://github.com/john-adeojo/custom_agent_tutorial","commit_stats":null,"previous_names":["john-adeojo/custom_agent_tutorial"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/john-adeojo%2Fcustom_agent_tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/john-adeojo%2Fcustom_agent_tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/john-adeojo%2Fcustom_agent_tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/john-adeojo%2Fcustom_agent_tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/john-adeojo","download_url":"https://codeload.github.com/john-adeojo/custom_agent_tutorial/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228040848,"owners_count":17860211,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-08-13T07:04:04.505Z","updated_at":"2024-12-04T03:31:29.740Z","avatar_url":"https://github.com/john-adeojo.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"\r\n# Setting Up and Running Custom Agent Script\r\n\r\n### Prerequisites\r\n1. **Install Anaconda:**  \r\n   Download Anaconda from [https://www.anaconda.com/](https://www.anaconda.com/).\r\n\r\n2. **Create a Virtual Environment:**\r\n   ```bash\r\n   conda create -n agent_env python=3.10 pip\r\n   ```\r\n   \r\n3. **Activate the Virtual Environment:**\r\n   ```bash\r\n   conda activate agent_env\r\n   ```\r\n\r\n### Clone and Navigate to the Repository\r\n1. **Clone the Repo:**\r\n   ```bash\r\n   git clone https://github.com/john-adeojo/custom_agent_tutorial.git\r\n   ```\r\n\r\n2. **Navigate to the Repo:**\r\n   ```bash\r\n   cd /path/to/your-repo/custom_agent_tutorial\r\n   ```\r\n\r\n3. **Install Requirements:**\r\n   ```bash\r\n   pip install -r requirements.txt\r\n   ```\r\n\r\n### Configure API Keys\r\n1. **Open the `config.yaml`:**\r\n  Update your keys, see next step for links to get your own API keys.\r\n```bash\r\nnano config.yaml\r\n```\r\n\r\n3. **Enter API Keys:**\r\n   - **Serper API Key:** Get it from [https://serper.dev/](https://serper.dev/)\r\n   - **OpenAI API Key:** Get it from [https://openai.com/](https://openai.com/)\r\n\r\n### Run Your Query\r\n```bash\r\npython agent.py run\r\n```\r\nThen run your query\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohn-adeojo%2Fcustom_agent_tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohn-adeojo%2Fcustom_agent_tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohn-adeojo%2Fcustom_agent_tutorial/lists"}