diff --git a/go/DEVELOPMENT.md b/go/DEVELOPMENT.md index 7c1f0748..0fac1b91 100644 --- a/go/DEVELOPMENT.md +++ b/go/DEVELOPMENT.md @@ -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 ``` diff --git a/go/README.md b/go/README.md index 473d05ab..2a41d0ba 100644 --- a/go/README.md +++ b/go/README.md @@ -68,7 +68,7 @@ func main() { ## Project Structure ``` -golang/ +go/ ├── pkg/ # Public API packages │ ├── agent/ # Agent abstractions and implementations │ ├── thread/ # Conversation thread management