agent-swarm-kit 1.0.211 → 1.0.212

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/index.cjs CHANGED
@@ -10711,7 +10711,7 @@ class DocService {
10711
10711
  const result = [];
10712
10712
  {
10713
10713
  result.push("---");
10714
- result.push(`title: ${prefix}/${agentSchema.agentName}.md`);
10714
+ result.push(`title: ${prefix}/${agentSchema.agentName}`);
10715
10715
  result.push(`group: ${prefix}`);
10716
10716
  result.push("---");
10717
10717
  result.push("");
package/build/index.mjs CHANGED
@@ -10709,7 +10709,7 @@ class DocService {
10709
10709
  const result = [];
10710
10710
  {
10711
10711
  result.push("---");
10712
- result.push(`title: ${prefix}/${agentSchema.agentName}.md`);
10712
+ result.push(`title: ${prefix}/${agentSchema.agentName}`);
10713
10713
  result.push(`group: ${prefix}`);
10714
10714
  result.push("---");
10715
10715
  result.push("");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-swarm-kit",
3
- "version": "1.0.211",
3
+ "version": "1.0.212",
4
4
  "description": "A TypeScript library for building orchestrated framework-agnostic multi-agent AI systems",
5
5
  "author": {
6
6
  "name": "Petr Tripolsky",