a2aproject / a2aproject/a2a-samples

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

Abierto
#25 0 comentarios 0 reacciones 1 asignado Reclamado por @kthota-g Ver en GitHub
Lenguaje dominante
Jupyter Notebook
Estrellas
1.8k
Forks
751
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

### 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

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.