AgentContext: Difference between revisions
Jump to navigation
Jump to search
(Created AgentContext with DISC personality traits for AI agents) |
(Added inspiredBy property and David agent instance) |
||
| Line 52: | Line 52: | ||
Agent_tasks addsTo it | Agent_tasks addsTo it | ||
Agent_rules addsTo it | Agent_rules addsTo it | ||
Agent_inspiredBy addsTo it | |||
Agent_dominance addsTo it | Agent_dominance addsTo it | ||
Agent_influence addsTo it | Agent_influence addsTo it | ||
| Line 118: | Line 119: | ||
"textarea" is inputType of it | "textarea" is inputType of it | ||
"Rules or guidelines that govern the agent's behavior" is documentation of it | "Rules or guidelines that govern the agent's behavior" is documentation of it | ||
"Agent" is topic of it | |||
# property inspiredBy | |||
Agent_inspiredBy isA Property | |||
"inspiredBy" is name of it | |||
"inspired by" is label of it | |||
"URL" is type of it | |||
7 is index of it | |||
"Person or concept that inspired this agent's design or behavior" is documentation of it | |||
true is showInGrid of it | |||
"Agent" is topic of it | "Agent" is topic of it | ||
| Line 125: | Line 136: | ||
"Dominance" is label of it | "Dominance" is label of it | ||
"Number" is type of it | "Number" is type of it | ||
8 is index of it | |||
"slider" is inputType of it | "slider" is inputType of it | ||
"0" is lowerBound of it | "0" is lowerBound of it | ||
| Line 138: | Line 149: | ||
"Influence" is label of it | "Influence" is label of it | ||
"Number" is type of it | "Number" is type of it | ||
9 is index of it | |||
"slider" is inputType of it | "slider" is inputType of it | ||
"0" is lowerBound of it | "0" is lowerBound of it | ||
| Line 151: | Line 162: | ||
"Stability" is label of it | "Stability" is label of it | ||
"Number" is type of it | "Number" is type of it | ||
10 is index of it | |||
"slider" is inputType of it | "slider" is inputType of it | ||
"0" is lowerBound of it | "0" is lowerBound of it | ||
| Line 164: | Line 175: | ||
"Conformism" is label of it | "Conformism" is label of it | ||
"Number" is type of it | "Number" is type of it | ||
11 is index of it | |||
"slider" is inputType of it | "slider" is inputType of it | ||
"0" is lowerBound of it | "0" is lowerBound of it | ||
| Line 171: | Line 182: | ||
true is showInGrid of it | true is showInGrid of it | ||
"Agent" is topic of it | "Agent" is topic of it | ||
# | |||
# Instance: David - Parnas-inspired Information Hiding Checker | |||
# | |||
David isA Agent | |||
"David" is Agent_name of it | |||
"2026-03-17" is Agent_since of it | |||
"Software quality assurance agent focused on information hiding principles" is Agent_role of it | |||
"Checking that software modules properly hide implementation details behind well-defined interfaces, applying Parnas's information hiding principle to improve code modularity and maintainability" is Agent_tasks of it | |||
"Always verify that each module has a clear, documented interface. Question any module that exposes internal implementation details. Prefer clean abstractions over convenience. Challenge premature exposure of design decisions." is Agent_rules of it | |||
"https://en.wikipedia.org/wiki/David_Parnas" is Agent_inspiredBy of it | |||
95 is Agent_dominance of it | |||
30 is Agent_influence of it | |||
70 is Agent_stability of it | |||
90 is Agent_conformism of it | |||
</source> | </source> | ||
<headertabs/> | <headertabs/> | ||