PromptCompose
by: Pygmalions
- 3 total downloads
- Latest version: 0.0.1-development
A C# framework to compose dynamic and complex LLM instructions effortlessly. This project provides a framework based on the concept of nestable prompt widget and also many commonly used widgets.
PromptCompose.Robotics
by: Pygmalions
- 3 total downloads
- Latest version: 0.0.1-development
Extension library for Prompt Compose, consiting of commonly used widgets in robotics.
Robotless.Platform
by: Pygmalions
- 6 total downloads
- Latest version: 0.0.1-development
A monolithic robotics software platform designed for intelligent robot systems.
EmitToolbox
by: Pygmalions
- 73 total downloads
- Latest version: 0.3.0-dev11212044
A C# framework for generating executable or exportable dynamic types and methods based on Emit API. This framework provides API at a high-abstraction level to improve the development efficiency and correctness.
InjectionExpert
by: Pygmalions
- 49 total downloads
- Latest version: 0.3.0-dev11212052
A dependency injection library based on dynamic IL generation. It supports constructor injection and member injection.
SnapshotExpert
by: Pygmalions
- 15 total downloads
- Latest version: 0.3.0-dev11261713
A library for automatic BSON/JSON snapshot serailization, with built-in support for reference tracking.
SnapshotExpert.Proxying
by: Pygmalions
- 3 total downloads
- Latest version: 0.3.0-dev11261723
This package provides extensions for SnapshotExpert to serialize and deserialize calls. It provides generators for call-proxies which serialize calls, and call-handlers which deserialize calls and redirect it to the proxied method. This pacakge also includes serializers for CancellationToken, Task<T>, ValueTask<T>, etc.