[logseq-plugin-git:commit] 2025-07-04T09:45:18.461Z
This commit is contained in:
@@ -1,73 +1,83 @@
|
||||
-
|
||||
- {{renderer :mermaid_68668a24-ce43-472e-b787-a53b895f7c75, 3}}
|
||||
- ```mermaid
|
||||
classDiagram
|
||||
class Agent {
|
||||
id
|
||||
name
|
||||
version
|
||||
owner
|
||||
}
|
||||
|
||||
class Capability {
|
||||
domain
|
||||
taskType
|
||||
supportedLanguages
|
||||
inputFormats
|
||||
outputFormats
|
||||
}
|
||||
|
||||
class PerformanceKPI {
|
||||
accuracy
|
||||
latencyMs
|
||||
resourceConsumption
|
||||
robustnessMetrics
|
||||
}
|
||||
|
||||
class Governance {
|
||||
license
|
||||
dataResidency
|
||||
GDPRCompliance
|
||||
auditTrailAvailable
|
||||
}
|
||||
|
||||
class FairnessEthics {
|
||||
biasDetected
|
||||
fairnessConstraints
|
||||
explanationCapabilities
|
||||
}
|
||||
|
||||
class RuntimeEnvironment {
|
||||
runtime
|
||||
requiredLibraries
|
||||
hardwareAcceleration
|
||||
}
|
||||
|
||||
class Provenance {
|
||||
trainingDataSources
|
||||
modelLineage
|
||||
lastUpdated
|
||||
}
|
||||
|
||||
class ContactInfo {
|
||||
maintainerEmail
|
||||
documentationUrl
|
||||
}
|
||||
|
||||
class AgentRepository {
|
||||
<<service>>
|
||||
}
|
||||
|
||||
Agent --> Capability : has
|
||||
Agent --> PerformanceKPI : provides
|
||||
Agent --> Governance
|
||||
Agent --> FairnessEthics
|
||||
Agent --> RuntimeEnvironment
|
||||
Agent --> Provenance
|
||||
Agent --> ContactInfo
|
||||
AgentRepository --> Agent : manages
|
||||
|
||||
|
||||
```
|
||||
- Agents should be also marked if they keep information or not for IP purposes.
|
||||
-
|
||||
### Meetings
|
||||
- Meeting [[04-07-2025]]
|
||||
- type:: [[meeting]]
|
||||
external-links::
|
||||
tags::
|
||||
people::
|
||||
date:: [[04-07-2025]] - 11:44
|
||||
duration::
|
||||
-
|
||||
- ### Notes sul deliverable D2.1
|
||||
collapsed:: true
|
||||
- {{renderer :mermaid_68668a24-ce43-472e-b787-a53b895f7c75, 3}}
|
||||
- ```mermaid
|
||||
classDiagram
|
||||
class Agent {
|
||||
id
|
||||
name
|
||||
version
|
||||
owner
|
||||
}
|
||||
|
||||
class Capability {
|
||||
domain
|
||||
taskType
|
||||
supportedLanguages
|
||||
inputFormats
|
||||
outputFormats
|
||||
}
|
||||
|
||||
class PerformanceKPI {
|
||||
accuracy
|
||||
latencyMs
|
||||
resourceConsumption
|
||||
robustnessMetrics
|
||||
}
|
||||
|
||||
class Governance {
|
||||
license
|
||||
dataResidency
|
||||
GDPRCompliance
|
||||
auditTrailAvailable
|
||||
}
|
||||
|
||||
class FairnessEthics {
|
||||
biasDetected
|
||||
fairnessConstraints
|
||||
explanationCapabilities
|
||||
}
|
||||
|
||||
class RuntimeEnvironment {
|
||||
runtime
|
||||
requiredLibraries
|
||||
hardwareAcceleration
|
||||
}
|
||||
|
||||
class Provenance {
|
||||
trainingDataSources
|
||||
modelLineage
|
||||
lastUpdated
|
||||
}
|
||||
|
||||
class ContactInfo {
|
||||
maintainerEmail
|
||||
documentationUrl
|
||||
}
|
||||
|
||||
class AgentRepository {
|
||||
<<service>>
|
||||
}
|
||||
|
||||
Agent --> Capability : has
|
||||
Agent --> PerformanceKPI : provides
|
||||
Agent --> Governance
|
||||
Agent --> FairnessEthics
|
||||
Agent --> RuntimeEnvironment
|
||||
Agent --> Provenance
|
||||
Agent --> ContactInfo
|
||||
AgentRepository --> Agent : manages
|
||||
|
||||
|
||||
```
|
||||
- Agents should be also marked if they keep information or not for IP purposes.
|
||||
-
|
||||
@@ -13,7 +13,7 @@ progress:: {{renderer :todomaster}}
|
||||
- ## Project Officer
|
||||
- [(21) Gregor Novak | LinkedIn](https://www.linkedin.com/in/novakgregor/?originalSubdomain=be)
|
||||
- [[PROJECTS/MOSAICO/WP2]]
|
||||
- ## Calendar of Meetings
|
||||
- ## Calendar of Consortium Meetings
|
||||
- {:height 302, :width 557}
|
||||
- ## Deliverable QA process
|
||||
collapsed:: true
|
||||
|
||||
Reference in New Issue
Block a user