@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <https://schema.org/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix aa: <https://agentaccess.dk/ontology#> .

<https://agentaccess.dk/enablers/deepseek-harness> a schema:SoftwareApplication, aa:EnablerTool ;
  schema:name "DeepSeek Harness"@en ;
  schema:headline "Compose secure AI agents from replaceable plugins, tools, and runtimes"@en ;
  schema:headline "Sammensæt sikre AI-agenter ud fra udskiftelige plugins, værktøjer og runtimes"@da ;
  schema:description "An open-source, plugin-native agent runtime from DeepSeek AI with a CLI, Web UI, Python SDK, tool registry, persistent sessions, sandboxing, and approval policies."@en ;
  schema:description "Et open-source, plugin-baseret agent-runtime fra DeepSeek AI med CLI, Web UI, Python SDK, værktøjsregister, persistente sessioner og sandkassestyring."@da ;
  dcterms:description "DeepSeek Harness is a composable runtime for building and operating agents that can inspect files, edit workspaces, execute shell commands, call structured tools, delegate work, and maintain plans. Its Cordis architecture implements models, tools, skills, sessions, storage, sandboxes, scheduling, the agent loop, and user interfaces as replaceable plugins coordinated through typed services and events. Sandbox backends, scoped tool restrictions, guarded execution pipelines, and configurable approval policies help constrain filesystem, shell, and network operations."@en ;
  dcterms:description "DeepSeek Harness er et modulært runtime til opbygning og drift af agenter, der kan inspicere filer, redigere arbejdsområder, køre terminalkommandoer og kalde strukturerede værktøjer. Dets Cordis-arkitektur muliggør udskiftning af modeller, værktøjer og sandkasser via typede plugins med stærke godkendelsespolitikker."@da ;
  schema:url <https://deepseek.com/harness/> ;
  schema:documentation <https://deepseek-harness.github.io/deepseek-harness/en/guide/quickstart> ;
  schema:codeRepository <https://github.com/deepseek-ai/deepseek-harness> ;
  aa:enablerCategory "sandboxes-runtimes" ;
  aa:pricingModel "Open Source" ;
  aa:featured true ;
  schema:dateCreated "2026-09-08"^^xsd:date ;
  dcat:keyword "ai-agents" ;
  dcat:keyword "agent-runtime" ;
  dcat:keyword "plugins" ;
  dcat:keyword "cordis" ;
  dcat:keyword "sandbox" ;
  dcat:keyword "tool-use" ;
  dcat:keyword "python-sdk" ;
  dcat:keyword "deepseek" ;
  schema:featureList "Plugin-native Cordis architecture for replacing models, tools, sessions, storage, sandboxes, loops, and user interfaces"@en ;
  schema:featureList "CLI profiles, local Web UI, headless execution, and an embeddable Python SDK"@en ;
  schema:featureList "Schema-validated model-facing tool registry with scoped allowlists, restrictions, cancellation, and execution policies"@en ;
  schema:featureList "Persistent agent sessions with append-only logs for tool calls, context injection, replay, recovery, and branching"@en ;
  schema:featureList "Filesystem and shell capabilities protected by sandbox backends and configurable approval policies"@en ;
  schema:featureList "Composable profiles and bundles for distributing custom agents and third-party integrations without modifying the core"@en ;
  schema:featureList "Plugin-baseret Cordis-arkitektur til udskiftning af modeller, værktøjer, sessioner og sandkasser"@da ;
  schema:featureList "CLI-profiler, lokalt Web UI, headless-afvikling og et integrerbart Python SDK"@da ;
  schema:featureList "Skemavalideret værktøjsregister med godkendelsespolitikker og rettighedsstyring"@da ;
  schema:featureList "Persistente agentsessioner med append-only logs og genoptagelse"@da ;
  schema:featureList "Filsystem- og terminaladgang beskyttet af sandkasse-backends"@da ;
  schema:isAccessibleForFree true .
