Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentforce314/clawcodex
/ _spec
Function
_spec
tests/workflow/test_journal.py:9–10 ·
view source on GitHub ↗
(prompt="p", **kw)
Source
from the content-addressed store, hash-verified
7
8
9
def
_spec(prompt=
"p"
, **kw):
10
return
AgentSpec(prompt=prompt, **kw)
11
12
13
def
test_fingerprint_is_stable_and_distinguishing():
Callers
6
test_fingerprint_is_stable_and_distinguishing
Function · 0.85
test_lookup_hit_returns_cached_result
Function · 0.85
test_lookup_miss_when_fingerprint_differs
Function · 0.85
test_per_key_independence
Function · 0.85
test_nested_path_keys_are_distinct
Function · 0.85
test_record_and_roundtrip
Function · 0.85
Calls
1
AgentSpec
Class · 0.90
Tested by
no test coverage detected