Open Issues Need Help
View All on GitHubAI Summary: Implement missing Large Language Model (LLM) providers for the SwiftLangChain framework. This involves creating API integrations for Anthropic Claude and integrating with local models using MLC-LLM and llama.cpp. The task requires familiarity with API integration, Swift protocols, and asynchronous programming.
SwiftLangChain is a composable framework for building AI agents, tools, and prompt chains on Apple platforms using LLMs like OpenAI, Claude, and local models.
AI Summary: Implement a web search tool for the SwiftLangChain framework by replacing the placeholder implementation in `SearchTool.swift` with a real web search using an API like Google Custom Search, DuckDuckGo, or Bing Search. This involves making HTTP requests, parsing JSON responses, and integrating the chosen API.
SwiftLangChain is a composable framework for building AI agents, tools, and prompt chains on Apple platforms using LLMs like OpenAI, Claude, and local models.