Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

Comment thread
tendau marked this conversation as resolved.
## 1.0.0b2 (Unreleased)
## 1.0.0b2 (2026-04-23)

### Breaking Changes

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# azure-ai-agentserver-githubcopilot — Getting Started
# azure-ai-agentserver-ghcopilot — Getting Started

Instructions for using, testing, and contributing to the GitHub Copilot SDK adapter package for Azure AI Agent Server.

Comment thread
tendau marked this conversation as resolved.
Expand Down Expand Up @@ -55,7 +55,7 @@ This package is the **production home** for the adapter code that previously liv
|---|---|---|
| **Purpose** | Reference repo with example agents, deploy scripts, skills | The adapter library itself |
| **Adapter code** | Vendored in `.foundry/runtime/vendor/` | First-party in `azure/ai/agentserver/githubcopilot/` |
| **How agents use it** | Copies vendor code into container | `pip install azure-ai-agentserver-githubcopilot` |
| **How agents use it** | Copies vendor code into container | `pip install azure-ai-agentserver-ghcopilot` |
| **Where it ships** | Not shipped — internal reference | Ships via Azure SDK pipeline |

Going forward, adapter code changes should be made here. The foundry-declarative-agent repo will eventually consume this package via `pip install` instead of vendoring.
Expand Down Expand Up @@ -197,7 +197,7 @@ my-agent/
│ ├── my-skill/SKILL.md
│ └── another/SKILL.md
├── Dockerfile
├── requirements.txt ← includes azure-ai-agentserver-githubcopilot
├── requirements.txt ← includes azure-ai-agentserver-ghcopilot
└── .env
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ event model and the Foundry Responses API (RAPI) protocol.
### Install the package

```bash
pip install azure-ai-agentserver-githubcopilot
pip install azure-ai-agentserver-ghcopilot
```

### Quick start
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
name = "azure-ai-agentserver-githubcopilot"
name = "azure-ai-agentserver-ghcopilot"
dynamic = ["version", "readme"]
Comment on lines 1 to 3
description = "GitHub Copilot SDK adapter for Azure AI Agent Server"
requires-python = ">=3.11"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Samples for azure-ai-agentserver-githubcopilot
# Samples for azure-ai-agentserver-ghcopilot

## Quick start

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Integration Tests

End-to-end tests that deploy a minimal agent to Azure AI Foundry ADC
and verify the `azure-ai-agentserver-githubcopilot` package works in a real
and verify the `azure-ai-agentserver-ghcopilot` package works in a real
hosted agent environment.

## Prerequisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ You are a helpful test assistant for the Azure AI Agent Server GitHub Copilot ad

You are friendly and concise. When asked what you can do, list your available skills.
When greeted, respond with a brief hello and mention that you are running on the
`azure-ai-agentserver-githubcopilot` package.
`azure-ai-agentserver-ghcopilot` package.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Minimal test agent — proves the azure-ai-agentserver-githubcopilot package works end-to-end."""
"""Minimal test agent — proves the azure-ai-agentserver-ghcopilot package works end-to-end."""

import logging
import os
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
azure-ai-agentserver-githubcopilot
azure-ai-agentserver-ghcopilot
python-dotenv
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ argument-hint: "[name]"
When the user greets you or asks you to say hello:

1. Respond with a friendly greeting
2. Mention the package name: `azure-ai-agentserver-githubcopilot`
2. Mention the package name: `azure-ai-agentserver-ghcopilot`
3. Confirm that the skill system is working
4 changes: 2 additions & 2 deletions sdk/agentserver/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ extends:
safeName: azureaiagentserverinvocations
- name: azure-ai-agentserver-responses
safeName: azureaiagentserverresponses
- name: azure-ai-agentserver-githubcopilot
safeName: azureaiagentservergithubcopilot
- name: azure-ai-agentserver-ghcopilot
safeName: azureaiagentserverghcopilot