mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
5 lines
243 B
Text
5 lines
243 B
Text
agent Researcher {
|
|
let origin: Fact = receive("Where was Doctor Who created?") grounded_in(bbc) @verified
|
|
let capital: Fact = receive("Capital of France?") grounded_in(geography) @verified
|
|
let name: str = "tardygrada" @sovereign
|
|
}
|