pagina unica
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Routine platform health check. No user impact reported.
|
||||
+7
-2
@@ -3,6 +3,11 @@ versions:
|
||||
- id: v1
|
||||
hash: feedface
|
||||
author: pytest
|
||||
message: fixture inicial
|
||||
message: fixture initial
|
||||
created_at: 2026-01-01T00:00:00Z
|
||||
active_version: v1
|
||||
- id: v2
|
||||
hash: draftv2
|
||||
author: pytest
|
||||
message: draft for promotion tests
|
||||
created_at: 2026-06-01T00:00:00Z
|
||||
active_version: v1
|
||||
@@ -0,0 +1,18 @@
|
||||
name: test_agent
|
||||
version: v2
|
||||
owner: pytest
|
||||
purpose: Draft version for governance promotion tests.
|
||||
state: draft
|
||||
guardrails: [test_policy]
|
||||
llm:
|
||||
provider: mock
|
||||
model: gpt-4o
|
||||
temperature: 0.2
|
||||
max_tokens: 2000
|
||||
system_prompt: |
|
||||
You are a test agent. Return JSON with severity and proposed_actions.
|
||||
output_schema:
|
||||
type: object
|
||||
required: [severity]
|
||||
risk_threshold_for_hitl: 4
|
||||
updated_at: 2026-06-01T00:00:00Z
|
||||
@@ -0,0 +1,8 @@
|
||||
name: incident_sft
|
||||
versions:
|
||||
- id: v1
|
||||
hash: pending
|
||||
author: test
|
||||
message: fixture
|
||||
created_at: 2026-01-01T00:00:00Z
|
||||
active_version: v1
|
||||
@@ -0,0 +1,8 @@
|
||||
name: incident_sft
|
||||
version: v1
|
||||
owner: test
|
||||
purpose: Test dataset
|
||||
state: active
|
||||
format: jsonl
|
||||
records_path: records/v1.jsonl
|
||||
updated_at: 2026-01-01T00:00:00Z
|
||||
@@ -0,0 +1,8 @@
|
||||
name: gpt4o_lora_base
|
||||
versions:
|
||||
- id: v1
|
||||
hash: pending
|
||||
author: test
|
||||
message: fixture
|
||||
created_at: 2026-01-01T00:00:00Z
|
||||
active_version: v1
|
||||
@@ -0,0 +1,8 @@
|
||||
name: gpt4o_lora_base
|
||||
version: v1
|
||||
owner: test
|
||||
purpose: Test model
|
||||
state: active
|
||||
base_model_id: gpt-4o
|
||||
adaptation: lora
|
||||
updated_at: 2026-01-01T00:00:00Z
|
||||
Reference in New Issue
Block a user