-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Description
Describe the bug
When testing the LangChain Sample Agent - Node.js in Agents Playground, after sending the first prompt ("What can you do?"), the agent fails to respond and multiple errors are logged:
Conversation not founderrors from agents-playground-server (statusCode: 404)connect ECONNREFUSED 127.0.0. 1:3978InternalServiceError when attempting to communicate with the Bot Framework endpoint- Timed out waiting for: http://127. 0.0.1:3978/api/messages; exiting with error
To Reproduce
- Launch Agents Playground and select the LangChain Sample Agent - Node.js sample.
- Send the prompt:
What can you do? - Observe the error logs and lack of agent response.
Expected behavior
The agent should respond to the prompt, establishing and maintaining the Bot Framework conversation successfully.
Screenshots and Logs
debug Telemetry: agents-playground-cli/cliStart {"cleanProperties":{"isExec":"true","argv":"<REDACTED: user-file-path>/bin/agentsplayground"}}
...
debug Telemetry: agents-playground-server/error {"cleanProperties":{"stack":"Error: Conversation not found...","message":"Conversation not found","code":"ConversationNotFound"}}
...
log InternalServiceError: connect ECONNREFUSED 127. 0.0.1:3978
at exports.UserBotError (/Users/garrytrinder/.nvm/versions/node/v22.20.0/lib/node_modules/@microsoft/m365agentsplayground/dist/index.js:2:1235972)
...
Environment (please complete the following information):
- OS: macOS 15.7.2
- Node Version: 22
- Agents Playground CLI version: 0.2.20
Additional context
- It appears the agent is not establishing or maintaining a valid Bot Framework conversation when run locally, causing errors and agent non-response.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels