Commit 94e00bd
authored
Python: Added ChatClientAgentThread and ChatClientAgent implementations (#150)
* Added ChatClientAgentThread
* Initial version of ChatClientAgent
* Completed ChatClientAgent
* Small fixes and unit tests
* Fixes based on pre-commit
* Small fixes
* Small renaming
* Small improvement
* Small fixes
* Addressed PR feedback
* Small fix
* Added method for AgentRunResponse from streaming conversion
* Addressed PR feedback
* Addressed PR feedback
* Addressed PR feedback
* Small fix
* More fixes1 parent df84675 commit 94e00bd
6 files changed
Lines changed: 530 additions & 91 deletions
File tree
- python/packages/main
- agent_framework
- tests/unit
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
48 | 51 | | |
49 | 52 | | |
50 | 53 | | |
| |||
0 commit comments