Skip to content
Merged
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
5 changes: 3 additions & 2 deletions go/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@ This guide provides information for contributors working on the Go SDK implement

### Prerequisites

- Go 1.21 or later
- Go 1.24 or later
- Git
- An OpenAI or Azure OpenAI API key for testing

### Clone and Setup

```bash
cd agent-framework/golang
git clone https://github.com/microsoft/agent-framework
cd agent-framework/go
go mod download
```

Expand Down
2 changes: 1 addition & 1 deletion go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func main() {
## Project Structure

```
golang/
go/
├── pkg/ # Public API packages
│ ├── agent/ # Agent abstractions and implementations
│ ├── thread/ # Conversation thread management
Expand Down