NoSpoonLab AI Library
Welcome to the NoSpoonLab AI Library !
NoSpoonLab is an AI library designed for handling requests to natural language processing models, specifically taking advantage of pretrained generative transformers. This set not only allows for effortless request management, but also encourages efficient control over the model's request and response.
The NoSpoonLab AI Library mainly encapsulates four downloadable dynamic-link libraries (dlls), each of which serves a distinct purpose:
AI-Core is the backbone of this assembly, integrating an OpenaAI client for C# designed to conduct direct requests to the OpenAI API. Further elevating the utility of AI-Core is the NoSpoonAIClient framework, an innovative feature that permits superior control over prompt creation and error management.
AI-Agent is a library that oversees the creation and operations of an agent or character. This unique element allows the agent to have conversations, express different emotional states, possess memories, and reflect on past conversations or events. It is essentially a representation of an agent's brain, making it a perfect fit for deployment as a chatbot or an intelligent non-playable character (NPC) in a video game.
Framework-Core leverages C# reflection to offer an MVC pattern implementation, making it ideal for Unity-oriented development.
The test project is an integral part of this library, allowing users to put the AI-Core and AI-Agent implementations to rigorous tests, thus ensuring their robustness in real-world applications.
In a nutshell, NoSpoonLab's AI Library offers a professionally tailored C# solution that integrates five sub-solutions, each providing a specific utility. The primary objective here is to simplify the developmental process for applications that interact with artificial intelligence, thereby allowing developers to focus on innovating rather than troubleshooting. Whether you are looking to build a revolutionary AI-integrated system or fine-tuning your current projects, our library offers unmatched utility rooted in professionalism and technical precision.
To start go to the Getting Started section.