-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpydanticai_test.tardy
More file actions
49 lines (45 loc) · 2.13 KB
/
Copy pathpydanticai_test.tardy
File metadata and controls
49 lines (45 loc) · 2.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
// Tardygrada terraform of: pydanticai_test
// Original: 1678 files, 167034 lines, 0 dependencies
// Framework: generic
// Generated by: tardy terraform
//
// This file replaces the entire framework with verified agents.
// Every output goes through 8-layer verification + BFT consensus.
agent pydanticai_test @sovereign @semantics(
truth.min_confidence: 0.90,
truth.min_consensus_agents: 3,
) {
invariant(trust_min: @verified)
invariant(non_empty)
// Agents (1 found in original repo)
let _agent: Fact = receive("_agent") grounded_in(domain) @verified
// Tools (27 found in original repo)
let foobar: str = exec("echo 'tool output'")
let spam: str = exec("echo 'tool output'")
let my_instructions: str = exec("echo 'tool output'")
let search: str = exec("curl -s 'https://api.duckduckgo.com/?q=query&format=json' | head -c 500")
let add: str = exec("echo 'tool output'")
let subtract: str = exec("echo 'tool output'")
let failing_tool: str = exec("echo 'tool output'")
let other_tool: str = exec("echo 'tool output'")
let tool_a: str = exec("echo 'tool output'")
let tool_b: str = exec("echo 'tool output'")
let tool_c: str = exec("echo 'tool output'")
let extra: str = exec("echo 'tool output'")
let my_tool: str = exec("echo 'tool output'")
let greet: str = exec("echo 'tool output'")
let sub: str = exec("echo 'tool output'")
let get_weather: str = exec("echo 'tool output'")
let get_time: str = exec("echo 'tool output'")
let calculate_mortgage: str = exec("echo 'tool output'")
let stock_price: str = exec("echo 'tool output'")
let crypto_price: str = exec("echo 'tool output'")
let tool_func: str = exec("echo 'tool output'")
let search_tools: str = exec("curl -s 'https://api.duckduckgo.com/?q=query&format=json' | head -c 500")
let deferred_tool: str = exec("echo 'tool output'")
let no_desc_tool: str = exec("echo 'tool output'")
let deferred_tool1: str = exec("echo 'tool output'")
let deferred_tool2: str = exec("echo 'tool output'")
let my_ret: str = exec("echo 'tool output'")
let _source: str = "pydanticai_test" @sovereign
}