{"id":39763068,"url":"https://github.com/agentic-layer/agent-samples","last_synced_at":"2026-01-18T11:40:11.492Z","repository":{"id":309720551,"uuid":"1036736754","full_name":"agentic-layer/agent-samples","owner":"agentic-layer","description":"A collection of sample agents","archived":false,"fork":false,"pushed_at":"2026-01-12T05:54:36.000Z","size":385,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-12T15:45:46.270Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/agentic-layer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-08-12T14:06:23.000Z","updated_at":"2026-01-12T05:54:39.000Z","dependencies_parsed_at":"2025-08-13T13:25:47.883Z","dependency_job_id":"3c132346-4570-4011-b257-a517e64c0a3c","html_url":"https://github.com/agentic-layer/agent-samples","commit_stats":null,"previous_names":["agentic-layer/agent-samples"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/agentic-layer/agent-samples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentic-layer%2Fagent-samples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentic-layer%2Fagent-samples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentic-layer%2Fagent-samples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentic-layer%2Fagent-samples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agentic-layer","download_url":"https://codeload.github.com/agentic-layer/agent-samples/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentic-layer%2Fagent-samples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28535174,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T10:13:46.436Z","status":"ssl_error","status_checked_at":"2026-01-18T10:13:11.045Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-01-18T11:40:11.413Z","updated_at":"2026-01-18T11:40:11.481Z","avatar_url":"https://github.com/agentic-layer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Agent Samples\n\nA collection of sample agents that can be deployed to the Agentic Layer and demonstrate different integration patterns\nand tools.\n\n## Table of Contents\n\n- [Agents](#agents)\n- [Creating New Agents](#creating-new-agents)\n\n----\n\n## Agents\n\n* [Weather Agent](./adk/python/weather-agent/README.md): A simple agent that provides weather information and\n  demonstrates basic agent functionality.\n* [Delegate Agent](./adk/python/delegate-agent/README.md): A simple agent that delegates all tasks to sub-agents.\n* [Mock Agent](wiremock/mock-agent/README.md): A simple mock agent that echoes back messages.\n\n----\n\n## Creating New Agents\n\nWhen creating a new agent:\n\n1. Follow the existing project structure, i.e. for a Python ADK based agent under `adk/python/`\n2. Include a `Makefile` with standard targets (`build`, `run`, `docker-build`, `docker-run`)\n3. Add the agent to GitHub workflows for CI/CD\n\n## Development\n\nTip: If you want to adapt the agentic layer SDK, consider using a local path dependency in the agent's `pyproject.toml`:\n\n```toml\n[tool.uv.sources]\nagentic-layer-sdk-adk = { path = \"\u003cpath-to-sdk-python\u003e/adk\", editable = true }\n```\n\n## Creating a release\n\nCreate and push a GIT tag like `v0.1.0` and GitHub workflows will build and publish the package to PyPI.\nFollow [Semantic Versioning](https://semver.org/).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagentic-layer%2Fagent-samples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagentic-layer%2Fagent-samples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagentic-layer%2Fagent-samples/lists"}