Skip to content

[#680] Resolve appId in agentResponseHandler#698

Merged
tracyboehrer merged 3 commits intomainfrom
southworks/update/agent-response-handler
Oct 20, 2025
Merged

[#680] Resolve appId in agentResponseHandler#698
tracyboehrer merged 3 commits intomainfrom
southworks/update/agent-response-handler

Conversation

@ceciliaavila
Copy link
Copy Markdown
Collaborator

Fixes #680

Description

This PR updates the handleResponse function in AgentResponseHandler to get the host's appId from the agent's default connection.
Additionally, it fixes an issue in the agent-to-agent communication. The second agent was receiving the activities without the authorization token. We fixed this by passing the authConfig when calling the postActivity.
Also, we added a condition to allow anonymous authentication between agents when no token is provided.

Testing

These images show the RootAgent and EmptyAgents communicating with each other using credentials and anonymous auth.
image

@tracyboehrer tracyboehrer merged commit 5fafabf into main Oct 20, 2025
6 checks passed
@tracyboehrer tracyboehrer deleted the southworks/update/agent-response-handler branch October 20, 2025 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Resolve appId in agentResponseHandler

2 participants