Skip to content

Commit 7f46837

Browse files
docs: Added link to new package MaIN.NET
I’ve created a package that allows orchestrating agents, chat models, and RAG from different backends within .NET applications, using LlamaSharp for gaining local LLM capabilities as a local backend, and then allows it to be integrated with other LLM providers such as Ollama, Groq, OpenAI, etc. The aim of the package is to enable the creation of complex LLM (and other) workflows with minimal boilerplate, making it easier to experiment with different LLM integrations. While the implementation is still a bit raw, I hope its already good-enough for prototyping and quick PoCs
1 parent 1fd0bde commit 7f46837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ There are integrations for the following libraries, making it easier to develop
6565
- [kernel-memory](https://github.com/microsoft/kernel-memory): a multi-modal AI Service specialized in the efficient indexing of datasets through custom continuous data hybrid pipelines, with support for RAG ([Retrieval Augmented Generation](https://en.wikipedia.org/wiki/Prompt_engineering#Retrieval-augmented_generation)), synthetic memory, prompt engineering, and custom semantic memory processing.
6666
- [BotSharp](https://github.com/SciSharp/BotSharp): an open source machine learning framework for AI Bot platform builder.
6767
- [Langchain](https://github.com/tryAGI/LangChain): a framework for developing applications powered by language models.
68-
68+
- [MaIN.NET](https://github.com/wisedev-code/MaIN.NET): simplistic approach to orchestrating agents/chats from different (llm) providers
6969

7070
The following examples show how to build APPs with LLamaSharp.
7171

0 commit comments

Comments
 (0)