{"id":50436794,"url":"https://github.com/jritsema/agent-starter","last_synced_at":"2026-05-31T17:30:24.560Z","repository":{"id":325483733,"uuid":"1086153398","full_name":"jritsema/agent-starter","owner":"jritsema","description":"AgentCore Demos","archived":false,"fork":false,"pushed_at":"2025-11-21T15:09:13.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-21T17:16:42.903Z","etag":null,"topics":["agentcore","agentic-ai","agents","bedrock"],"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/jritsema.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-30T02:48:53.000Z","updated_at":"2025-11-21T15:08:03.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jritsema/agent-starter","commit_stats":null,"previous_names":["jritsema/agent-starter"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/jritsema/agent-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jritsema%2Fagent-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jritsema%2Fagent-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jritsema%2Fagent-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jritsema%2Fagent-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jritsema","download_url":"https://codeload.github.com/jritsema/agent-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jritsema%2Fagent-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33742184,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"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":["agentcore","agentic-ai","agents","bedrock"],"created_at":"2026-05-31T17:30:23.949Z","updated_at":"2026-05-31T17:30:24.555Z","avatar_url":"https://github.com/jritsema.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# agent-starter\n\nSimple AI agent using the [Strands Agents](https://strandsagents.com) Python library.\n\nThe agent runs locally with no dependencies on AWS except for the model calls which default to Amazon Bedrock (note that the model can be changed).\n\n\n## Run locally\n\nThe following commands will create a Python virtual environment, install all required Python packages, and then start the HTTP API server. Note that these commands require [direnv](https://direnv.net/) which automatically activates the virtual directory whenever you change into it.\n\n```sh\nmake init \u0026\u0026 make install \u0026\u0026 make start\n```\n\nTo execute these steps manually, you can use the following:\n\n```sh\npython -m venv .venv\n. .venv/bin/activate\npip install -r piplock.txt\npython -u main.py\n```\n\nTo test the local API, run:\n\n```sh\npython client.py\n```\n\n\n## Deploy to Amazon Bedrock AgentCore Runtime\n\nTo deploy the agent to [AgentCore Runtime](https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/agents-tools-runtime.html) using Terraform, run:\n\n```sh\nkiro-cli chat --agent deploy -a \"deploy this agent to aws\"\n```\n\nIf you prefer using a tool other than [Amazon Q CLI](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/command-line.html), you can use the prompt [here](./.amazonq/cli-agents/deploy.json).\n\n\n## Dependencies\n\nTo run local:\n- Python 3.13\n\nTo deploy to AWS:\n- AWS credentials\n- Docker\n- Terraform\n\n\n## Development\n```\n Choose a make command to run\n\n  init         initialize a new python project\n  install      add a new package (make install \u003cpackage\u003e), or install all project dependencies from piplock.txt (make install)\n  start        run local project\n  test         test the local api\n```\n\nGenerated by https://github.com/jritsema/cookiecutter-python\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjritsema%2Fagent-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjritsema%2Fagent-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjritsema%2Fagent-starter/lists"}