add sdk onramp course to courses

This commit is contained in:
Colt Steele MacBook
2024-07-22 15:00:15 -06:00
parent 7341c71e73
commit 263bd00e43
37 changed files with 5212 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
# Anthropic Courses
Welcome to Anthropic's educational courses.
Welcome to Anthropic's educational courses. This repository currently contains two courses:
- [SDK Onramp Course](./SDKOnramp/README.md) - teaches the essentials of working with the Claude SDK: getting an API key, working with model parameters, writing multimodal prompts, streaming responses, etc.
- [Tool Use Course](./ToolUse/README.md) - teaches everything you need to know to implement tool use successfully in your workflows with Claude.