Commit e6121da
Add Python Claude Agent SDK Sample (#20)
* Update README title from '.NET SDK' to 'SDK Samples' (#1)
* Added CODEOWNERS and .gitignore files (#2)
* Added CODEOWNERS
* Added .gitignore
---------
Co-authored-by: Johan Broberg <johanb@microsoft.com>
* Add .NET Semantic Kernel Sample Agent (#3)
Co-authored-by: Johan Broberg <johanb@microsoft.com>
* Update License to MIT License (#4)
* Added Python OpenAI sample (#5)
Co-authored-by: Johan Broberg <johanb@microsoft.com>
* Add LangChain Sample (#7)
Co-authored-by: Jesus Terrazas <jterrazas@microsoft.com>
* Add Node.js Claude Sample Agent (#6)
Co-authored-by: Johan Broberg <johanb@microsoft.com>
* Fix Agent Notifs and update env (#8)
Co-authored-by: Jesus Terrazas <jterrazas@microsoft.com>
* [Python][AgentFramework] Adding Python Agent Framework Sample (#9)
* Adding Python Agent Framework Sample
* update to latest
---------
Co-authored-by: Jesus Terrazas <jterrazas@microsoft.com>
* Add TM (#11)
Co-authored-by: Rahul Devikar <radevika@microsoft.com>
* Revise README for Agent 365 Sample Agent (#13)
* Revise README for Agent 365 Sample Agent
Updated the README to improve clarity and correct typos. Added sections on prerequisites, running the sample, and troubleshooting.
* Update README to remove external sample reference
Removed reference to the semantic-kernel-multiturn sample.
* Add TM (#14)
Co-authored-by: Rahul Devikar <radevika@microsoft.com>
* Update Agents SDK for LangChain Sample (#15)
* update agents sdk version for langchain
* Accept more recent versions
* remove authority field, this is set by default
---------
Co-authored-by: Jesus Terrazas <jterrazas@microsoft.com>
* Adding Notifications on AF (#16)
* Adding Notifications on AF
* Update readme
* PR comments
* small fix
* removed observability
* update manifest
* changes
* setup fix
* initial code for python claude sdk agent
* initial code for python claude sdk agent
* fixes
* fixes
* add documentation files
* add documentation files
* remove unused file
* remove unused file
* fixes
* fixes
* fixes
* fixes
* Removed duplicate entry of ENABLE_A365_OBSERVABILITY_EXPORTER configurstion key
* Removed duplicate entry of ENABLE_A365_OBSERVABILITY_EXPORTER configurstion key
* Corrected copyright header format
* Corrected copyright header format
* Removed inconsistent whitespaces
* Removed inconsistent whitespaces
* Removed unused imports, inconsistent indentations, and removed unnecessary flags, and cleaned up the logic around observability
* Removed unused imports, inconsistent indentations, and removed unnecessary flags, and cleaned up the logic around observability
* Removed ENABLE_OBSERVABILITY variable from env file and updated README file
* Removed ENABLE_OBSERVABILITY variable from env file and updated README file
* Updated AGENT-CODE-WALKTHROUGH
* Updated AGENT-CODE-WALKTHROUGH
* Revert "Updated AGENT-CODE-WALKTHROUGH"
This reverts commit e117ac1.
* Revert "Removed ENABLE_OBSERVABILITY variable from env file and updated README file"
This reverts commit 2d305dc.
* Revert "Removed unused imports, inconsistent indentations, and removed unnecessary flags, and cleaned up the logic around observability"
This reverts commit 57d95f1.
* Removed unused imports, inconsistent indentations and updated the README file
* Updated AGENT-CODE-WALKTHROUGH
* Minor changes
* Made changes including notification flag, removing main method, removed unwanted files, etc
* Fixed issues in workflows
---------
Co-authored-by: Johan Broberg <johan@pontemonti.net>
Co-authored-by: Johan Broberg <johanb@microsoft.com>
Co-authored-by: rahuldevikar761 <19936206+rahuldevikar761@users.noreply.github.com>
Co-authored-by: Jesus Daniel Terrazas <96103167+JesuTerraz@users.noreply.github.com>
Co-authored-by: Jesus Terrazas <jterrazas@microsoft.com>
Co-authored-by: Rahul Devikar <radevika@microsoft.com>
Co-authored-by: Mrunal Suyoga Hirve <112517572+mrunalhirve128@users.noreply.github.com>
Co-authored-by: Joan Bency <joanbency@microsoft.com>1 parent 014a3ce commit e6121da
12 files changed
Lines changed: 2609 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
0 commit comments