16 Open Issues Need Help Last updated: Jul 1, 2026

Open Issues Need Help

View All on GitHub

The agent engineering platform

TypeScript

The agent engineering platform

TypeScript

The agent engineering platform

TypeScript

The agent engineering platform

TypeScript

The agent engineering platform

TypeScript

The agent engineering platform

TypeScript

The agent engineering platform

TypeScript

The agent engineering platform

TypeScript

The agent engineering platform

TypeScript

The agent engineering platform

TypeScript

The agent engineering platform

TypeScript
help wanted auto:bug good first issue

The agent engineering platform

TypeScript

AI Summary: The task is to debug a LangChain.js integration with AWS Bedrock Claude. The issue is that custom metadata isn't being passed to the Bedrock invocation, despite being supported by both LangChain and the Bedrock SDK. The problem lies within LangChain's internal handling of metadata, specifically the deletion of the `metadata` property before the Bedrock call. A solution needs to be implemented that conditionally adds the metadata to the request, only when the underlying model supports it (like Bedrock Claude), without breaking compatibility with other models.

Complexity: 4/5
bug help wanted

The agent engineering platform

TypeScript

AI Summary: Extend the LangChain.js Groq integration (@langchain/groq) to support multimodal inputs, specifically images, enabling the processing of messages containing both text and image content. This requires modifying the `convertMessagesToGroqParams` function to handle non-string message content, likely by adding a check for image data and adapting the Groq query accordingly.

Complexity: 3/5
help wanted auto:enhancement

The agent engineering platform

TypeScript