AgentTeamContext: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
|name=AgentTeamContext | |name=AgentTeamContext | ||
|since=2026-03-19 | |since=2026-03-19 | ||
|updated=2026-03- | |updated=2026-03-26 | ||
|purpose=Enables coordination of multiple AI agents by modeling Teams, Tools, and hierarchical Agent relationships (supervisor/reportsTo) | |purpose=Enables coordination of multiple AI agents by modeling Teams, Tools, and hierarchical Agent relationships (supervisor/reportsTo) | ||
|copyright=BITPlan GmbH | |copyright=BITPlan GmbH | ||
| Line 296: | Line 296: | ||
"Description of what the tool does and how agents use it" is documentation of it | "Description of what the tool does and how agents use it" is documentation of it | ||
"Tool" is topic of it | "Tool" is topic of it | ||
# | |||
# Model Topic | |||
# | |||
Model isA Topic | |||
"Model" is name of it | |||
"Models" is pluralName of it | |||
"An LLM model available e.g. via OpenRouter" is documentation of it | |||
"property" is defaultstoremode of it | |||
false is cargo of it | |||
"AgentTeamContext" is context of it | |||
# Properties of Model | |||
Model_name addsTo it | |||
Model_provider addsTo it | |||
Model_contextLength addsTo it | |||
Model_latency addsTo it | |||
# property name | |||
Model_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 | |||
"Model identifier (e.g. meta-llama/llama-3.3-70b-instruct:free)" is documentation of it | |||
true is showInGrid of it | |||
"Model" is topic of it | |||
# property provider | |||
Model_provider isA Property | |||
"provider" is name of it | |||
"provider" is label of it | |||
"Text" is type of it | |||
2 is index of it | |||
"Provider (e.g. Meta, Google, NVIDIA)" is documentation of it | |||
true is showInGrid of it | |||
"Model" is topic of it | |||
# property contextLength | |||
Model_contextLength isA Property | |||
"contextLength" is name of it | |||
"context length" is label of it | |||
"Number" is type of it | |||
3 is index of it | |||
"Maximum context window in tokens" is documentation of it | |||
true is showInGrid of it | |||
"Model" is topic of it | |||
# property isFree | |||
Model_latency isA Property | |||
"latency" is name of it | |||
"latency" is label of it | |||
"Number" is type of it | |||
4 is index of it | |||
"latency for hello prompt in seconds" is documentation of it | |||
true is showInGrid of it | |||
"Model" is topic of it | |||
# | # | ||