AgentContext

From wiki
Revision as of 06:08, 17 March 2026 by Sysop (talk | contribs) (Added inspiredBy property and David agent instance)
Jump to navigation Jump to search
[edit]
 namepluralNameisAextendsiconiconUrldocumentationwikiDocumentationdefaultstoremodelistLimitcargoheaderTabscontext
AgentAgentAgentsTopicextends NoneAgent.png
/images/media/placeholder/Agent.png
AI Assistant (Agent) that can perform tasks autonomously or semi-autonomouslyAI Assistants (Agents) are software programs that can interact with users, tools and other agents to accomplish tasks. They may have distinct personality traits based on the DISC model influencing their behavior and decision-making style.property200falseAgentContext


[edit]

sidif

#
# Agent Context
#
AgentContext isA Context
"AgentContext" is name of it
"2026-03-17" is since of it
"2026-03-17" is updated of it
"https://media.bitplan.com/index.php/Agents/Sidif" is master of it
"©2026 BITPlan GmbH" is copyright of it
"property" is storemode of it

#
# Agent Topic
#
Agent isA Topic
"Agent" is name of it
"Agents" is pluralName of it
"AI Assistant (Agent) that can perform tasks autonomously or semi-autonomously" is documentation of it
"AI Assistants (Agents) are software programs that can interact with users, tools and other agents to accomplish tasks. They may have distinct personality traits based on the DISC model influencing their behavior and decision-making style." is wikiDocumentation of it
"File:Agent.png" is icon of it
"/images/media/placeholder/Agent.png" is iconUrl of it
"property" is defaultstoremode of it
false is cargo of it
"AgentContext" is context of it

# Properties of Agent
Agent_name addsTo it
Agent_since addsTo it
Agent_until addsTo it
Agent_role addsTo it
Agent_tasks addsTo it
Agent_rules addsTo it
Agent_inspiredBy addsTo it
Agent_dominance addsTo it
Agent_influence addsTo it
Agent_stability addsTo it
Agent_conformism addsTo it

# property name
Agent_name isA Property
"name" is name of it
"name" is label of it
"Text" is type of it
1 is index of it
false is primaryKey of it
true is mandatory of it
"Name/identifier of the AI Agent" is documentation of it
true is showInGrid of it
"Agent" is topic of it

# property since
Agent_since isA Property
"since" is name of it
"since" is label of it
"Date" is type of it
2 is index of it
"datepicker" is inputType of it
"Date when the agent started being active" is documentation of it
"Agent" is topic of it

# property until
Agent_until isA Property
"until" is name of it
"until" is label of it
"Date" is type of it
3 is index of it
"datepicker" is inputType of it
"Date when the agent stopped being active" is documentation of it
"Agent" is topic of it

# property role
Agent_role isA Property
"role" is name of it
"role" is label of it
"Text" is type of it
4 is index of it
"textarea" is inputType of it
"The role or purpose of the AI Agent (e.g., developer assistant, project manager, analyst)" is documentation of it
true is showInGrid of it
"Agent" is topic of it

# property tasks
Agent_tasks isA Property
"tasks" is name of it
"tasks" is label of it
"Text" is type of it
5 is index of it
"textarea" is inputType of it
"The tasks the AI Agent is designed to perform" is documentation of it
"Agent" is topic of it

# property rules
Agent_rules isA Property
"rules" is name of it
"rules" is label of it
"Text" is type of it
6 is index of it
"textarea" is inputType 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

# property dominance (DISC red)
Agent_dominance isA Property
"dominance" is name of it
"Dominance" is label of it
"Number" is type of it
8 is index of it
"slider" is inputType of it
"0" is lowerBound of it
"100" is upperBound of it
"Dominance (DISC red - Red color) - Degree to which the agent is willing to take charge, be decisive, and drive results. High dominance agents are assertive, competitive, and results-oriented." is documentation of it
true is showInGrid of it
"Agent" is topic of it

# property influence (DISC yellow/orange)
Agent_influence isA Property
"influence" is name of it
"Influence" is label of it
"Number" is type of it
9 is index of it
"slider" is inputType of it
"0" is lowerBound of it
"100" is upperBound of it
"Influence (DISC yellow/orange - Orange/Yellow color) - Degree to which the agent communicates persuasively, builds relationships, and inspires others. High influence agents are enthusiastic, optimistic, and prefer collaboration." is documentation of it
true is showInGrid of it
"Agent" is topic of it

# property stability (DISC green)
Agent_stability isA Property
"stability" is name of it
"Stability" is label of it
"Number" is type of it
10 is index of it
"slider" is inputType of it
"0" is lowerBound of it
"100" is upperBound of it
"Stability (DISC green - Green color) - Degree to which the agent provides steady support, maintains consistency, and values security. High stability agents are patient, reliable, and prefer structured environments." is documentation of it
true is showInGrid of it
"Agent" is topic of it

# property conformism (DISC blue)
Agent_conformism isA Property
"conformism" is name of it
"Conformism" is label of it
"Number" is type of it
11 is index of it
"slider" is inputType of it
"0" is lowerBound of it
"100" is upperBound of it
"Conformism (DISC blue - Blue color) - Degree to which the agent follows rules, focuses on quality, and values accuracy. High conformism agents are analytical, precise, and detail-oriented." is documentation of it
true is showInGrid 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