a2aproject / a2aproject/a2a-samples

[Bug]: HostAgent.__init__() missing 1 required positional argument: 'http_client'

オープン
#25 コメント 0 件 リアクション 0 件 担当者 1 名 @kthota-g が担当を希望しています GitHub で見る
主要言語
Jupyter Notebook
スター
1.8k
フォーク
751
PR マージ指標
30日以内にマージされた PR はありません

説明

### What happened?

When I run the example: hosts/multiagent/agent.py

from host_agent import HostAgent
root_agent = HostAgent(['http://localhost:10000']).create_agent()

### Relevant log output

```
Traceback (most recent call last):
File "/Users/arturcamenhas/Projects/ELOQUENTMIRROR/example/hosts/multiagent/agent.py", line 3, in
root_agent = HostAgent(['http://localhost:10000']).create_agent()
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: HostAgent.__init__() missing 1 required positional argument: 'http_client'
```

### Code of Conduct

- [x] I agree to follow this project's Code of Conduct

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。