docs: expand lint scope batch28 (2 files)
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
# 41 — AI Governance Agent Design (MicroDAO)
|
# 41 — AI Governance Agent Design (MicroDAO)
|
||||||
|
|
||||||
*Специфікація AI Governance Agent: політики, голосування, застосування правил, оновлення capability/bundle/quotas, безпека, журналювання, інтеграція з PDP та Registry*
|
Специфікація AI Governance Agent: політики, голосування, застосування правил,
|
||||||
|
оновлення capability/bundle/quotas, безпека, журналювання, інтеграція з PDP
|
||||||
|
та Registry.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -380,13 +382,13 @@ Agent запускається:
|
|||||||
|
|
||||||
## 16. Example Policy Application (Full)
|
## 16. Example Policy Application (Full)
|
||||||
|
|
||||||
### Input proposal:
|
### Input proposal
|
||||||
|
|
||||||
```text
|
```text
|
||||||
Increase Premium compute quotas by 25%
|
Increase Premium compute quotas by 25%
|
||||||
```
|
```
|
||||||
|
|
||||||
### Operations:
|
### Operations
|
||||||
|
|
||||||
```json
|
```json
|
||||||
[
|
[
|
||||||
@@ -395,7 +397,7 @@ Increase Premium compute quotas by 25%
|
|||||||
]
|
]
|
||||||
```
|
```
|
||||||
|
|
||||||
### Governance Agent process:
|
### Governance Agent process
|
||||||
|
|
||||||
1. validate structure → OK
|
1. validate structure → OK
|
||||||
2. validate quotas do not exceed global max → OK
|
2. validate quotas do not exceed global max → OK
|
||||||
@@ -467,5 +469,3 @@ AI Governance Agent:
|
|||||||
|
|
||||||
**Версія:** 1.0
|
**Версія:** 1.0
|
||||||
**Останнє оновлення:** 2024-11-14
|
**Останнє оновлення:** 2024-11-14
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
# 47 — Messaging Channels & Privacy Layers (MicroDAO)
|
# 47 — Messaging Channels & Privacy Layers (MicroDAO)
|
||||||
|
|
||||||
*Приватні та командні канали, конфіденційність, ACL, індексація, message lifetimes, agent visibility, редагування, модерація, шифрування*
|
Приватні та командні канали, конфіденційність, ACL, індексація,
|
||||||
|
message lifetimes, agent visibility, редагування, модерація, шифрування.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -141,7 +142,7 @@ E2EE робить:
|
|||||||
ACL = { users: [...], agents: [...], roles: [...] }
|
ACL = { users: [...], agents: [...], roles: [...] }
|
||||||
```
|
```
|
||||||
|
|
||||||
### Roles:
|
### Roles
|
||||||
|
|
||||||
- Owner
|
- Owner
|
||||||
- Guardian
|
- Guardian
|
||||||
@@ -170,11 +171,11 @@ ACL = { users: [...], agents: [...], roles: [...] }
|
|||||||
|
|
||||||
## 9. Agent Visibility Rules
|
## 9. Agent Visibility Rules
|
||||||
|
|
||||||
### Default:
|
### Default
|
||||||
|
|
||||||
Агенти **не мають доступу** до каналів.
|
Агенти **не мають доступу** до каналів.
|
||||||
|
|
||||||
### Дозволи:
|
### Дозволи
|
||||||
|
|
||||||
- Owner/Guardian може додати агента до каналу
|
- Owner/Guardian може додати агента до каналу
|
||||||
- Агент отримує:
|
- Агент отримує:
|
||||||
@@ -432,5 +433,3 @@ Messaging Layer у DAARION.city:
|
|||||||
|
|
||||||
**Версія:** 1.0
|
**Версія:** 1.0
|
||||||
**Останнє оновлення:** 2024-11-14
|
**Останнє оновлення:** 2024-11-14
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -79,6 +79,8 @@ docs/cursor/43_database_events_outbox_design.md
|
|||||||
docs/cursor/45_llm_proxy_and_multimodel_routing.md
|
docs/cursor/45_llm_proxy_and_multimodel_routing.md
|
||||||
docs/cursor/31_governance_policies_for_capabilities_and_quotas.md
|
docs/cursor/31_governance_policies_for_capabilities_and_quotas.md
|
||||||
docs/cursor/37_agent_tools_and_plugins_specification.md
|
docs/cursor/37_agent_tools_and_plugins_specification.md
|
||||||
|
docs/cursor/41_ai_governance_agent_design.md
|
||||||
|
docs/cursor/47_messaging_channels_and_privacy_layers.md
|
||||||
docs/consolidation/README.md
|
docs/consolidation/README.md
|
||||||
docs/consolidation/SOURCES.md
|
docs/consolidation/SOURCES.md
|
||||||
docs/runbooks/DOCS_SERVICES_AUTOMATION_RUNBOOK.md
|
docs/runbooks/DOCS_SERVICES_AUTOMATION_RUNBOOK.md
|
||||||
|
|||||||
Reference in New Issue
Block a user