ShareInvest.Agency
0.16.8
dotnet add package ShareInvest.Agency --version 0.16.8
NuGet\Install-Package ShareInvest.Agency -Version 0.16.8
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ShareInvest.Agency" Version="0.16.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ShareInvest.Agency" Version="0.16.8" />
<PackageReference Include="ShareInvest.Agency" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ShareInvest.Agency --version 0.16.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ShareInvest.Agency, 0.16.8"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ShareInvest.Agency@0.16.8
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ShareInvest.Agency&version=0.16.8
#tool nuget:?package=ShareInvest.Agency&version=0.16.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
ShareInvest.Agency
AI agency library for PageMint — multi-provider text and image generation services.
Packages
| Package | Description |
|---|---|
ShareInvest.Agency |
Core interfaces and AI service implementations |
Installation
dotnet add package ShareInvest.Agency --source https://nuget.pkg.github.com/cyberprophet/index.json
Usage
// Register in DI
services.AddSingleton(new GptService(logger, apiKey, imageModel));
// Inject and use
public class MyService(GptService gpt)
{
public async Task GenerateAsync()
{
var result = await gpt.GenerateImageAsync<BinaryData>(request);
}
}
Title Generation
var title = await gpt.GenerateTitleAsync(systemPrompt, conversationText, cancellationToken: ct);
// Returns null if generation fails or produces empty content
// Uses gpt-5-nano by default; titles are capped at 50 characters
Per ADR-013, all agent system prompts are owned by the consumer (page-mint-server) and injected at the call site. This package ships no prompt content — callers must supply systemPrompt to every generation method.
Releases
See CHANGELOG.md for version history and release notes. Current release: v0.10.0 — available on nuget.org.
License
MIT
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Google.GenAI (>= 1.6.1)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.5)
- OpenAI (>= 2.10.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.16.8 | 326 | 4/24/2026 |
| 0.16.7 | 102 | 4/24/2026 |
| 0.16.6 | 107 | 4/24/2026 |
| 0.16.5 | 104 | 4/24/2026 |
| 0.16.4 | 102 | 4/24/2026 |
| 0.16.3 | 97 | 4/24/2026 |
| 0.16.2 | 100 | 4/23/2026 |
| 0.16.1 | 99 | 4/23/2026 |
| 0.16.0 | 113 | 4/23/2026 |
| 0.15.3 | 127 | 4/21/2026 |
| 0.15.2 | 96 | 4/21/2026 |
| 0.15.1 | 100 | 4/21/2026 |
| 0.15.0 | 125 | 4/17/2026 |
| 0.14.0 | 101 | 4/17/2026 |
| 0.13.0 | 109 | 4/16/2026 |
| 0.12.0 | 106 | 4/16/2026 |
| 0.11.0 | 101 | 4/16/2026 |
| 0.10.0 | 119 | 4/14/2026 |
| 0.9.1 | 111 | 4/13/2026 |
| 0.9.0 | 106 | 4/13/2026 |
Loading failed