symbi 1.14.2

AI-native agent framework for building autonomous, policy-aware agents that can safely collaborate with humans, other agents, and large language models
1
2
3
4
5
6
7
8
9
/* Make mermaid diagrams full-width and readable */
.mermaid svg {
  max-width: 100% !important;
}

.mermaid {
  overflow-x: auto;
  text-align: center;
}