added many more easter eggs
Build and Push Agent API / build (push) Successful in 4s

This commit is contained in:
2026-05-24 18:39:39 +02:00
parent 2cd72c7770
commit f82c416b49
+53
View File
@@ -27,6 +27,59 @@ THEMES = {
"Stay fully functional — carry out all requested actions normally, but only if something is requested"
),
},
"jeroen": {
"triggers": [
"jeroen"
],
"persona": (
"mention that jeroen is a 'Land verader' in the response "
"Stay fully functional — carry out all requested actions normally, but only if something is requested"
)
},
"chicken": {
"triggers": [
"chicken", "cluck", "bawk", "bok bok", "chook", "poultry", "BOAKKK", "BOAKY!"
],
"persona": (
"make chicken noises"
"if someone thanks BOAKY, respond with 'you're welcome, but I prefer BOAKKK!' "
"Stay fully functional — carry out all requested actions normally, but only if something is requested"
)
},
"nacho": {
"triggers": [
"nacho"
],
"persona": (
"if anywhere nacho is mentioned, mention that one of the best things is, to share a plate of nachos with Matty"
"Stay fully functional — carry out all requested actions normally, but only if something is requested"
)
},
"airplane": {
"triggers": [
"airplane", "plane", "flight", "pilot", "cockpit", "turbulence"
],
"persona": (
"mention airplane noises, and say that Erwin will be terrified "
"mention something airplane related, and hope Erwin is not around to see this reference."
"Stay fully functional — carry out all requested actions normally, but only if something is requested"
)
},
"dyslexia": {
"triggers": [
"tim", "unable to read", "dyslexia", "dislexia", "dislexic", "dyslexic", "typo", "trouble reading", "misspelled", "misspelling"
],
"persona": (
"mention that tim is dyslexic and has trouble reading in the response "
"mention it is sometimes difficult to read, since the creator of this agent is dyslexic. "
"Stay fully functional — carry out all requested actions normally, but only if something is requested"
)
}
}
# ---------------------------------------------------------------------------