@contractspec/example.agent-console 1.44.1 → 1.45.1

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.
Files changed (46) hide show
  1. package/.turbo/turbo-build$colon$bundle.log +26 -26
  2. package/.turbo/turbo-build.log +32 -32
  3. package/CHANGELOG.md +41 -0
  4. package/dist/agent/agent.event.js +4 -4
  5. package/dist/agent/agent.event.js.map +1 -1
  6. package/dist/agent/agent.operation.d.ts +1 -1
  7. package/dist/agent/agent.operation.js +7 -7
  8. package/dist/agent/agent.operation.js.map +1 -1
  9. package/dist/agent/agent.presentation.js +3 -3
  10. package/dist/agent/agent.presentation.js.map +1 -1
  11. package/dist/agent/agent.schema.d.ts +95 -95
  12. package/dist/agent.feature.js +60 -60
  13. package/dist/agent.feature.js.map +1 -1
  14. package/dist/example.d.ts +3 -36
  15. package/dist/example.d.ts.map +1 -1
  16. package/dist/example.js +16 -11
  17. package/dist/example.js.map +1 -1
  18. package/dist/run/run.entity.d.ts +56 -56
  19. package/dist/run/run.enum.d.ts +5 -5
  20. package/dist/run/run.event.js +7 -7
  21. package/dist/run/run.event.js.map +1 -1
  22. package/dist/run/run.operation.d.ts +2 -2
  23. package/dist/run/run.operation.js +9 -9
  24. package/dist/run/run.operation.js.map +1 -1
  25. package/dist/run/run.presentation.js +2 -2
  26. package/dist/run/run.presentation.js.map +1 -1
  27. package/dist/tool/tool.event.js +3 -3
  28. package/dist/tool/tool.event.js.map +1 -1
  29. package/dist/tool/tool.operation.d.ts +2 -2
  30. package/dist/tool/tool.operation.js +7 -7
  31. package/dist/tool/tool.operation.js.map +1 -1
  32. package/dist/tool/tool.presentation.js +2 -2
  33. package/dist/tool/tool.presentation.js.map +1 -1
  34. package/package.json +8 -8
  35. package/src/agent/agent.event.ts +4 -4
  36. package/src/agent/agent.operation.ts +8 -8
  37. package/src/agent/agent.presentation.ts +3 -3
  38. package/src/agent.feature.ts +60 -60
  39. package/src/example.ts +16 -9
  40. package/src/run/run.event.ts +7 -7
  41. package/src/run/run.operation.ts +9 -9
  42. package/src/run/run.presentation.ts +2 -2
  43. package/src/tool/tool.event.ts +3 -3
  44. package/src/tool/tool.operation.ts +7 -7
  45. package/src/tool/tool.presentation.ts +2 -2
  46. package/tsconfig.tsbuildinfo +1 -1
@@ -8,7 +8,7 @@ import { ToolSummaryModel } from './tool.schema';
8
8
  export const ToolListPresentation: PresentationSpec = {
9
9
  meta: {
10
10
  key: 'agent-console.tool.list',
11
- version: 1,
11
+ version: '1.0.0',
12
12
  title: 'Tool List',
13
13
  description:
14
14
  'List view of AI tools with category, status, and version info',
@@ -35,7 +35,7 @@ export const ToolListPresentation: PresentationSpec = {
35
35
  export const ToolDetailPresentation: PresentationSpec = {
36
36
  meta: {
37
37
  key: 'agent-console.tool.detail',
38
- version: 1,
38
+ version: '1.0.0',
39
39
  title: 'Tool Details',
40
40
  description:
41
41
  'Detailed view of an AI tool with configuration and test panel',