proyecto generalizado
This commit is contained in:
@@ -5,14 +5,14 @@ from datetime import UTC, datetime
|
||||
from pathlib import Path
|
||||
from uuid import uuid4
|
||||
|
||||
from agentforge_core.api.persistence import (
|
||||
from forja_core.api.persistence import (
|
||||
append_execution,
|
||||
append_violation,
|
||||
read_execution_summaries,
|
||||
read_violations,
|
||||
)
|
||||
from agentforge_core.domain.execution import AgentExecution
|
||||
from agentforge_core.domain.guardrail import GuardrailViolation
|
||||
from forja_core.domain.execution import AgentExecution
|
||||
from forja_core.domain.guardrail import GuardrailViolation
|
||||
|
||||
|
||||
def _violation() -> GuardrailViolation:
|
||||
|
||||
Reference in New Issue
Block a user