{"id":49486089,"url":"https://github.com/glav/ai-agent-fwork-sandpit","last_synced_at":"2026-05-01T01:30:53.594Z","repository":{"id":317779771,"uuid":"1068786170","full_name":"glav/ai-agent-fwork-sandpit","owner":"glav","description":"Sandpit to test out AI Agent framework","archived":false,"fork":false,"pushed_at":"2025-10-14T22:49:22.000Z","size":180,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-15T03:03:56.674Z","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/glav.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-02T22:55:36.000Z","updated_at":"2025-10-07T06:00:12.000Z","dependencies_parsed_at":"2025-10-03T02:28:16.578Z","dependency_job_id":"d23d82fa-a20b-4983-97bd-ca827c85f265","html_url":"https://github.com/glav/ai-agent-fwork-sandpit","commit_stats":null,"previous_names":["glav/ai-agent-fwork-sandpit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/glav/ai-agent-fwork-sandpit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glav%2Fai-agent-fwork-sandpit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glav%2Fai-agent-fwork-sandpit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glav%2Fai-agent-fwork-sandpit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glav%2Fai-agent-fwork-sandpit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/glav","download_url":"https://codeload.github.com/glav/ai-agent-fwork-sandpit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glav%2Fai-agent-fwork-sandpit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32482460,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: 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-05-01T01:30:51.681Z","updated_at":"2026-05-01T01:30:53.587Z","avatar_url":"https://github.com/glav.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AI Agent Framework Sandpit\nA simple playpen to allow experimentation with the new AI Agent Framework\n\n## Prerequisites\n\nBefore you begin, ensure you have the following installed:\n- Python 3.12 or higher\n- [uv](https://docs.astral.sh/uv/) - Python package and project manager\n- Azure CLI\n- Access to Azure OpenAI or Azure AI Foundry\n\n## Getting Started\n\n### 1. Azure CLI Authentication\n\nThis project uses Azure CLI credentials for authentication. You **must** authenticate with Azure before running the application:\n\n```bash\naz login\n```\n\nThis command will open a browser window for you to sign in with your Azure credentials. The application uses `AzureCliCredential` which relies on this authentication.\n\n### 2. Environment Variables Setup\n\nThe project requires environment variables to be configured in a `.env` file.\n\n1. Copy the sample environment file:\n   ```bash\n   cp .env-sample .env\n   ```\n\n2. Edit the `.env` file and configure the following required variables:\n\n   **For Azure AI Foundry:**\n   - `AZURE_AI_PROJECT_ENDPOINT` - Your AI Foundry project connection string. eg. `https://{foundry-host}.services.ai.azure.com/api/projects/{foundry-project}`\n   - `AZURE_AI_MODEL_DEPLOYMENT_NAME` - Your model deployment name eg. `gpt-4o`\n\n\n3. See `.env-sample` for a complete list of available configuration options and examples.\n\n### 3. Install Dependencies\n\nThis project uses `uv` for Python dependency management. Install dependencies with:\n\n```bash\nuv sync\n```\n\n### 4. Run the Application\n\nRun the application using `uv`:\n\n```bash\nuv run src/basic_samples/main.py\n```\n\n## Troubleshooting\n\n- **Authentication errors**: Make sure you have run `az login` and successfully authenticated with Azure\n- **Missing environment variables**: Verify your `.env` file is properly configured with all required variables\n- **Connection errors**: Check that your Azure OpenAI/AI Foundry endpoints and credentials are correct\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglav%2Fai-agent-fwork-sandpit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglav%2Fai-agent-fwork-sandpit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglav%2Fai-agent-fwork-sandpit/lists"}