AgentTeamContext

From wiki
Jump to navigation Jump to search
[edit]
Context
edit
name  AgentTeamContext
since  2026-03-19
updated  2026-03-19
copyright  BITPlan GmbH
demo  
master  https://media.bitplan.com/index.php/AgentTeamContext


[edit]


[edit]

sidif

#
# AgentTeam Context
#
AgentTeamContext isA Context
"AgentTeamContext" is name of it
"2026-03-19" is since of it
"2026-03-19" is updated of it
"https://media.bitplan.com/index.php/AgentTeamContext" 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
"AgentTeamContext" 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" 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
"Dominance (DISC red) - Degree to which the agent is willing to take charge, be decisive, and drive results" 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
"Influence (DISC yellow/orange) - Degree to which the agent communicates persuasively, builds relationships, and inspires others" 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
"Stability (DISC green) - Degree to which the agent provides steady support, maintains consistency, and values security" 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
"Conformism (DISC blue) - Degree to which the agent follows rules, focuses on quality, and values accuracy" is documentation of it
true is showInGrid of it
"Agent" is topic of it

#
# Team Topic
#
Team isA Topic
"Team" is name of it
"Teams" is pluralName of it
"A team is a group of Agents working together towards a common purpose" is documentation of it
"A team groups [[Concept:Agent]]s that collaborate on shared goals. Each team has a lead agent and a defined purpose." is wikiDocumentation of it
"File:Team.png" is icon of it
"/images/media/placeholder/Team.png" is iconUrl of it
"property" is defaultstoremode of it
false is cargo of it
"AgentTeamContext" is context of it

# Properties of Team
Team_name addsTo it
Team_purpose addsTo it
Team_since addsTo it
Team_until addsTo it

# property name
Team_name isA Property
"name" is name of it
"name" is label of it
"Text" is type of it
1 is index of it
true is primaryKey of it
true is mandatory of it
"The name of the team" is documentation of it
true is showInGrid of it
"Team" is topic of it

# property purpose
Team_purpose isA Property
"purpose" is name of it
"purpose" is label of it
"Text" is type of it
2 is index of it
"textarea" is inputType of it
"The purpose or mission of the team" is documentation of it
true is showInGrid of it
"Team" is topic of it

# property since
Team_since isA Property
"since" is name of it
"since" is label of it
"Date" is type of it
3 is index of it
"datepicker" is inputType of it
"Date when the team was formed" is documentation of it
true is showInGrid of it
"Team" is topic of it

# property until
Team_until isA Property
"until" is name of it
"until" is label of it
"Date" is type of it
4 is index of it
"datepicker" is inputType of it
"Date when the team was dissolved" is documentation of it
"Team" is topic of it

#
# Tool Topic
#
Tool isA Topic
"Tool" is name of it
"Tools" is pluralName of it
"A tool is a software component that an Agent can use to perform tasks" is documentation of it
"Tools are software components (MCP servers, APIs, CLIs, web applications) that [[Concept:Agent]]s use to interact with external systems and perform their tasks." is wikiDocumentation of it
"File:Tool.png" is icon of it
"/images/media/placeholder/Tool.png" is iconUrl of it
"property" is defaultstoremode of it
false is cargo of it
"AgentTeamContext" is context of it

# Properties of Tool
Tool_name addsTo it
Tool_type addsTo it
Tool_url addsTo it
Tool_documentation addsTo it

# property name
Tool_name isA Property
"name" is name of it
"name" is label of it
"Text" is type of it
1 is index of it
true is primaryKey of it
true is mandatory of it
"The name of the tool" is documentation of it
true is showInGrid of it
"Tool" is topic of it

# property type
Tool_type isA Property
"type" is name of it
"type" is label of it
"Text" is type of it
2 is index of it
"The type of the tool (e.g. MCP, API, CLI, WebApp)" is documentation of it
true is showInGrid of it
"Tool" is topic of it

# property url
Tool_url isA Property
"url" is name of it
"url" is label of it
"URL" is type of it
3 is index of it
"The URL of the tool or its documentation" is documentation of it
true is showInGrid of it
"Tool" is topic of it

# property documentation
Tool_documentation isA Property
"documentation" is name of it
"documentation" is label of it
"Text" is type of it
4 is index of it
"textarea" is inputType of it
"Description of what the tool does and how agents use it" is documentation of it
"Tool" is topic of it

#
# TopicLinks
#

# Agent n:1 Agent (reportsTo - hierarchy)
Agent_reportsTo_Agent isA TopicLink
"Agent-reportsTo-Agent" is name of it
"supervisor" is sourceRole of it
false is sourceMultiple of it
"Agent" is source of it
"reports" is targetRole of it
true is targetMultiple of it
"Agent" is target of it
"The agent this agent reports to" is sourceDocumentation of it
"Agents reporting to this agent" is targetDocumentation of it

# Agent n:1 Team (membership)
Agent_memberOf_Team isA TopicLink
"Agent-memberOf-Team" is name of it
"team" is sourceRole of it
false is sourceMultiple of it
"Team" is source of it
"members" is targetRole of it
true is targetMultiple of it
"Agent" is target of it
"The team this agent belongs to" is sourceDocumentation of it
"The agents that are members of this team" is targetDocumentation of it

# Team n:1 Agent (lead)
Team_leadBy_Agent isA TopicLink
"Team-leadBy-Agent" is name of it
"lead" is sourceRole of it
false is sourceMultiple of it
"Agent" is source of it
"leadsTeam" is targetRole of it
false is targetMultiple of it
"Team" is target of it
"The agent leading this team" is sourceDocumentation of it
"The team this agent leads" is targetDocumentation of it

# Agent n:m Tool (uses)
Agent_uses_Tool isA TopicLink
"Agent-uses-Tool" is name of it
"tools" is sourceRole of it
true is sourceMultiple of it
"Tool" is source of it
"usedBy" is targetRole of it
true is targetMultiple of it
"Agent" is target of it
"," is separator of it
"Tools used by this agent" is sourceDocumentation of it
"Agents using this tool" is targetDocumentation of it
[edit]

Relation to AgentContext

AgentTeamContext is a self-contained evolution of the flat AgentContext. It adds the concepts of Team, Tool and agent hierarchy (reportsTo) using proper TopicLinks as defined in the MetaModel.

The Agent topic is fully redefined here so that AgentTeamContext works independently.

Subpage Convention

At BITPlan, Agent wiki pages follow a subpage convention:

  • Agent/<Name> - Main agent page with {{Agent}} template
  • Agent/<Name>/BITPlan - BITPlan-specific configuration (CC rules, project conventions)
  • Agent/<Name>/Feedback - Personalakte with DMAIC-structured incident reports
  • Agent/<Name>/<User> - User-specific customizations

See also