![]() |
VOOZH | about |
dotnet add package DClare.Runtime.Integration --version 0.9.1
NuGet\Install-Package DClare.Runtime.Integration -Version 0.9.1
<PackageReference Include="DClare.Runtime.Integration" Version="0.9.1" />
<PackageVersion Include="DClare.Runtime.Integration" Version="0.9.1" />Directory.Packages.props
<PackageReference Include="DClare.Runtime.Integration" />Project file
paket add DClare.Runtime.Integration --version 0.9.1
#r "nuget: DClare.Runtime.Integration, 0.9.1"
#:package DClare.Runtime.Integration@0.9.1
#addin nuget:?package=DClare.Runtime.Integration&version=0.9.1Install as a Cake Addin
#tool nuget:?package=DClare.Runtime.Integration&version=0.9.1Install as a Cake Tool
DClare Runtime is the official, open-source, and modular runtime for executing agents defined using the DClare specification.
👁 Build Status
👁 Release
👁 NuGet
<img src="http://img.shields.io/badge/Website-blue?style=flat&logo=google-chrome&logoColor=white">
<img src="https://img.shields.io/badge/LinkedIn-blue?logo=linkedin&logoColor=white">
The runtime interprets a declarative component manifest (in YAML or JSON), defining:
Below is an example structure used by the runtime to define an application:
components:
kernels:
openai:
reasoning:
provider: openai
model: gpt-4o
agents:
openai:
hosted:
description: A general-purpose assistant capable of performing a wide range of reasoning, generation, and analysis tasks
instructions: >
You are an advanced AI assistant.
Your purpose is to provide high-quality, context-aware responses to a wide variety of prompts. You may be asked to:
- Answer questions accurately and clearly
- Generate or edit structured and unstructured text
- Analyze input for correctness, clarity, or quality
- Help decompose or synthesize information
- Assist with reasoning, summarization, or evaluation
Always respond with clarity, precision, and relevance. If the prompt is ambiguous or lacks sufficient context, respond by asking for clarification.
You are expected to behave in a neutral, helpful, and objective manner at all times.
kernel:
use: openai
Comprehensive documentation is available in the DClare specification repository, including:
We welcome contributions! See for instructions on how to get started.
For questions, suggestions, or collaboration: 📧 contact@d-clare.ai
Licensed under the .
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.