@futdevpro/ccap 1.1.4 → 1.1.5

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 (105) hide show
  1. package/cli/build/_commands/vault-key.d.ts +2 -2
  2. package/cli/build/_commands/vault-key.js +2 -2
  3. package/cli/build/program.js +1 -0
  4. package/cli/build/program.js.map +1 -1
  5. package/client-dist/{browser/chunk-YV5G3XYV.js → chunk-I3EQOLVU.js} +1 -1
  6. package/client-dist/chunk-NCN3S5MX.js +218 -0
  7. package/client-dist/{browser/index.html → index.html} +5 -3
  8. package/client-dist/main-XGKAOHPV.js +5 -0
  9. package/client-dist/styles-B2BQKIR4.css +1 -0
  10. package/package.json +10 -4
  11. package/server/build/package.json +2 -1
  12. package/server/build/src/_collections/contract-templates/context.contract-template.js +1 -1
  13. package/server/build/src/_collections/contract-templates/execution-summary.contract-template.js +1 -1
  14. package/server/build/src/_collections/contract-templates/history-summary.contract-template.js +1 -1
  15. package/server/build/src/_collections/contract-templates/run.contract-template.js +1 -1
  16. package/server/build/src/_collections/contract-templates/session.contract-template.js +1 -1
  17. package/server/build/src/_models/interfaces/ccap-channel-identifier.interface.js +1 -1
  18. package/server/build/src/_modules/agent/agentic-loop.control-service.js +3 -3
  19. package/server/build/src/_modules/agent/agentic-loop.control-service.js.map +1 -1
  20. package/server/build/src/_modules/agent/analyze.control-service.js +1 -1
  21. package/server/build/src/_modules/agent/assemble-conversation.control-service.js +3 -2
  22. package/server/build/src/_modules/agent/assemble-conversation.control-service.js.map +1 -1
  23. package/server/build/src/_modules/agent/compacting/_collections/compacting.const.js +1 -1
  24. package/server/build/src/_modules/agent/compacting/chat-history-compacting.control-service.js +1 -1
  25. package/server/build/src/_modules/agent/compacting/context-compacting.control-service.js +1 -1
  26. package/server/build/src/_modules/agent/compacting/conversation-full-active-compacting.control-service.js +2 -2
  27. package/server/build/src/_modules/agent/compacting/conversation-full-active-compacting.control-service.js.map +1 -1
  28. package/server/build/src/_modules/agent/compacting/execution-history-compacting.control-service.js +1 -1
  29. package/server/build/src/_modules/agent/compacting/soul-compacting.control-service.js +2 -2
  30. package/server/build/src/_modules/agent/compacting/soul-compacting.control-service.js.map +1 -1
  31. package/server/build/src/_modules/agent/compacting/tool-result-compacting.control-service.js +2 -2
  32. package/server/build/src/_modules/agent/compacting/tool-result-compacting.control-service.js.map +1 -1
  33. package/server/build/src/_modules/agent/execution.control-service.js +2 -2
  34. package/server/build/src/_modules/agent/execution.control-service.js.map +1 -1
  35. package/server/build/src/_modules/agent/history/chat-history.control-service.js +1 -1
  36. package/server/build/src/_modules/agent/history/execution-history.control-service.js +2 -2
  37. package/server/build/src/_modules/agent/history/execution-history.control-service.js.map +1 -1
  38. package/server/build/src/_modules/agent/new-user-message-handling.control-service.js +3 -3
  39. package/server/build/src/_modules/agent/new-user-message-handling.control-service.js.map +1 -1
  40. package/server/build/src/_modules/agent/run-finalization.control-service.js +1 -1
  41. package/server/build/src/_modules/agent/run-flow.control-service.js +6 -6
  42. package/server/build/src/_modules/agent/run-flow.control-service.js.map +1 -1
  43. package/server/build/src/_modules/agent/run-initialization.control-service.js +2 -2
  44. package/server/build/src/_modules/agent/run-initialization.control-service.js.map +1 -1
  45. package/server/build/src/_modules/agent/run.data-service.js +2 -2
  46. package/server/build/src/_modules/agent/run.data-service.js.map +1 -1
  47. package/server/build/src/_modules/agent/session-mutex.control-service.js +2 -2
  48. package/server/build/src/_modules/agent/session-mutex.control-service.js.map +1 -1
  49. package/server/build/src/_modules/agent/tool-calling.control-service.js +3 -3
  50. package/server/build/src/_modules/agent/tool-calling.control-service.js.map +1 -1
  51. package/server/build/src/_modules/context/context-builder.util-service.js +1 -1
  52. package/server/build/src/_modules/context/context-management.control-service.js +13 -13
  53. package/server/build/src/_modules/context/context-management.control-service.js.map +1 -1
  54. package/server/build/src/_modules/context/knowledge.data-service.js +2 -2
  55. package/server/build/src/_modules/context/knowledge.data-service.js.map +1 -1
  56. package/server/build/src/_modules/context/session-info-context.data-service.js +1 -1
  57. package/server/build/src/_modules/error-handling/error-collector.util-service.js +1 -1
  58. package/server/build/src/_modules/error-handling/error-table.data-service.js +1 -1
  59. package/server/build/src/_modules/llm/llm.control-service.js +3 -3
  60. package/server/build/src/_modules/llm/llm.control-service.js.map +1 -1
  61. package/server/build/src/_modules/llm/providers/custom-local-ai-llm.control-service.js +2 -2
  62. package/server/build/src/_modules/llm/providers/custom-local-ai-llm.control-service.js.map +1 -1
  63. package/server/build/src/_modules/llm/providers/openai-llm.control-service.js +2 -2
  64. package/server/build/src/_modules/llm/providers/openai-llm.control-service.js.map +1 -1
  65. package/server/build/src/_modules/llm/system-prompt.data-service.js +1 -1
  66. package/server/build/src/_modules/messaging/messaging-router.control-service.js +10 -8
  67. package/server/build/src/_modules/messaging/messaging-router.control-service.js.map +1 -1
  68. package/server/build/src/_modules/messaging/providers/ccap-client-messaging.control-service.js +4 -4
  69. package/server/build/src/_modules/messaging/providers/ccap-client-messaging.control-service.js.map +1 -1
  70. package/server/build/src/_modules/messaging/providers/ccap-client-socket-server.service.js +7 -2
  71. package/server/build/src/_modules/messaging/providers/ccap-client-socket-server.service.js.map +1 -1
  72. package/server/build/src/_modules/messaging/providers/cli-messaging.control-service.js +2 -2
  73. package/server/build/src/_modules/messaging/providers/cli-messaging.control-service.js.map +1 -1
  74. package/server/build/src/_modules/messaging/providers/discord-messaging.control-service.js +2 -2
  75. package/server/build/src/_modules/messaging/providers/discord-messaging.control-service.js.map +1 -1
  76. package/server/build/src/_modules/monitoring/monitoring.data-service.js +1 -1
  77. package/server/build/src/_modules/monitoring/monitoring.data-service.js.map +1 -1
  78. package/server/build/src/_modules/secrets-vault/secrets-vault.data-service.js +2 -2
  79. package/server/build/src/_modules/secrets-vault/secrets-vault.data-service.js.map +1 -1
  80. package/server/build/src/_modules/session/conversation.data-service.js +1 -1
  81. package/server/build/src/_modules/session/session.data-service.js +1 -1
  82. package/server/build/src/_modules/tools/_collections/tools.const.js +1 -1
  83. package/server/build/src/_modules/tools/fixed-tools/control/context-handling.tool.js +1 -1
  84. package/server/build/src/_modules/tools/fixed-tools/exec/exec.tool.js +1 -1
  85. package/server/build/src/_modules/tools/fixed-tools/file-handling/file-handling.tool.js +1 -1
  86. package/server/build/src/_modules/tools/fixed-tools/net/net.tool.js +1 -1
  87. package/server/build/src/_modules/tools/fixed-tools/tool-handling/tool-handling.tool.js +1 -1
  88. package/server/build/src/_modules/tools/tool-execution.control-service.js +1 -1
  89. package/server/build/src/_modules/tools/tool-execution.control-service.js.map +1 -1
  90. package/server/build/src/_modules/tools/tool-registry.control-service.js +5 -5
  91. package/server/build/src/_modules/tools/tool-registry.control-service.js.map +1 -1
  92. package/server/build/src/_modules/tools/tools-in-context.util-service.js +1 -1
  93. package/server/build/src/_routes/client-static/client-static.controller.js +53 -5
  94. package/server/build/src/_routes/client-static/client-static.controller.js.map +1 -1
  95. package/server/build/src/_routes/root-redirect/root-redirect.controller.js +30 -0
  96. package/server/build/src/_routes/root-redirect/root-redirect.controller.js.map +1 -0
  97. package/server/build/src/_routes/server/server-status/server-status.controller.js +8 -1
  98. package/server/build/src/_routes/server/server-status/server-status.controller.js.map +1 -1
  99. package/server/build/src/app.server.js +20 -9
  100. package/server/build/src/app.server.js.map +1 -1
  101. package/client-dist/3rdpartylicenses.txt +0 -569
  102. package/client-dist/browser/chunk-FMFEMJE7.js +0 -218
  103. package/client-dist/browser/main-XZGF4SOO.js +0 -2
  104. package/client-dist/browser/styles-TSK27CYC.css +0 -1
  105. /package/client-dist/{browser/polyfills-HGDOEU5L.js → polyfills-HGDOEU5L.js} +0 -0
@@ -5,9 +5,11 @@
5
5
  <title>CCAP Revisioned</title>
6
6
  <base href="/">
7
7
  <meta name="viewport" content="width=device-width, initial-scale=1">
8
- <link rel="icon" type="image/x-icon" href="favicon.ico">
9
- <style>*,:before,:after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}*{box-sizing:border-box}body{margin:0;--tw-bg-opacity:1;background-color:rgb(13 13 26 / var(--tw-bg-opacity, 1));font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";--tw-text-opacity:1;color:rgb(229 229 229 / var(--tw-text-opacity, 1))}</style><link rel="stylesheet" href="styles-TSK27CYC.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles-TSK27CYC.css"></noscript></head>
8
+ <!-- Angular inline styles; unsafe-hashes a style attribute-okhoz (pl. szigorú CSP környezetben). -->
9
+ <meta http-equiv="Content-Security-Policy" content="default-src 'self'; style-src 'self' 'unsafe-inline' 'unsafe-hashes'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; img-src 'self' data:; connect-src 'self' http: https:;">
10
+ <!-- favicon: add favicon.ico to src/assets and "src/assets/favicon.ico" to angular.json assets to enable -->
11
+ <style>*,:before,:after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}*{box-sizing:border-box}body{margin:0;--tw-bg-opacity:1;background-color:rgb(13 13 26 / var(--tw-bg-opacity, 1));font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";--tw-text-opacity:1;color:rgb(229 229 229 / var(--tw-text-opacity, 1))}</style><link rel="stylesheet" href="styles-B2BQKIR4.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles-B2BQKIR4.css"></noscript></head>
10
12
  <body>
11
13
  <app-root></app-root>
12
- <link rel="modulepreload" href="chunk-FMFEMJE7.js"><script src="polyfills-HGDOEU5L.js" type="module"></script><script src="main-XZGF4SOO.js" type="module"></script></body>
14
+ <link rel="modulepreload" href="chunk-NCN3S5MX.js"><script src="polyfills-HGDOEU5L.js" type="module"></script><script src="main-XGKAOHPV.js" type="module"></script></body>
13
15
  </html>
@@ -0,0 +1,5 @@
1
+ import{$ as ae,A as m,F as r,G as o,H as W,I as h,J as S,K as p,L as l,M as y,N as F,O as te,P as ne,Q as _,R as C,S as g,T as ie,Z as oe,_ as re,aa as le,b as Ae,ba as se,c as w,ca as pe,d as Q,da as ce,e as X,ea as Te,f as k,g as Z,ga as de,h as T,ha as ue,i as O,ia as P,j as L,ja as U,k as q,ka as j,l as E,la as K,m as D,ma as z,na as me,o as d,oa as _e,p as u,pa as R,q as G,qa as Ce,r as J,ra as ge,sa as v,t as I,u as $,v as s,w as A,x,y as ee}from"./chunk-NCN3S5MX.js";var ke=Ae(Te());var V=(()=>{class t{error_BS=new Q(null);showError(e){this.error_BS.next(e)}dismiss(){this.error_BS.next(null)}copyToClipboard(e){return w(this,null,function*(){try{return yield navigator.clipboard.writeText(e),!0}catch{return!1}})}static \u0275fac=function(i){return new(i||t)};static \u0275prov=T({token:t,factory:t.\u0275fac,providedIn:"root"})}return t})();function Pe(t,c){if(t&1&&(r(0,"span",9),l(1),o()),t&2){let e=p(2);s(),y(e.copyFeedback)}}function Ve(t,c){if(t&1&&(r(0,"div")(1,"p",13),l(2,"HTTP"),o(),r(3,"p",16),l(4),o()()),t&2){let e=p(2);s(4),ne(" ",e.error.http.method," ",e.error.http.url," \u2192 ",e.error.http.status," ",e.error.http.statusText," ")}}function Be(t,c){if(t&1&&(r(0,"div")(1,"p",13),l(2,"Stack trace"),o(),r(3,"pre",15),l(4),o()()),t&2){let e=p(2);s(4),y(e.error.stack)}}function We(t,c){if(t&1){let e=h();r(0,"div",1),S("click",function(){d(e);let n=p();return u(n.dismiss())}),r(1,"div",2),S("click",function(n){return d(e),u(n.stopPropagation())}),r(2,"div",3)(3,"h2",4),l(4),o(),r(5,"div",5)(6,"button",6),S("click",function(){d(e);let n=p();return u(n.copyToClipboard())}),G(),r(7,"svg",7),W(8,"path",8),o()(),x(9,Pe,2,1,"span",9),J(),r(10,"button",10),S("click",function(){d(e);let n=p();return u(n.dismiss())}),G(),r(11,"svg",7),W(12,"path",11),o()()()(),J(),r(13,"div",12)(14,"div")(15,"p",13),l(16,"\xDCzenet"),o(),r(17,"p",14),l(18),o()(),x(19,Ve,5,4,"div"),r(20,"div")(21,"p",13),l(22,"R\xE9szletek (JSON)"),o(),r(23,"pre",15),l(24),o()(),x(25,Be,5,1,"div"),o()()()}if(t&2){let e=p();s(4),F(" ",e.error.source==="http"?"HTTP hiba":"Alkalmaz\xE1s hiba"," "),s(5),m(e.copyFeedback?9:-1),s(9),y(e.error.message),s(),m(e.error.http?19:-1),s(5),y(e.error.detailsText),s(),m(e.error.stack?25:-1)}}var H=(()=>{class t{globalError;error=null;copyFeedback="";subscription=null;constructor(e){this.globalError=e}ngOnInit(){this.subscription=this.globalError.error_BS.subscribe(e=>{this.error=e,this.copyFeedback=""})}ngOnDestroy(){this.subscription?.unsubscribe()}dismiss(){this.globalError.dismiss()}copyToClipboard(){return w(this,null,function*(){if(!this.error)return;let e=[this.error.detailsText,this.error.stack?`
2
+
3
+ Stack:
4
+ ${this.error.stack}`:""].join(""),i=yield this.globalError.copyToClipboard(e);this.copyFeedback=i?"M\xE1solva!":"M\xE1sol\xE1s sikertelen",i&&setTimeout(()=>{this.copyFeedback=""},2e3)})}static \u0275fac=function(i){return new(i||t)(A(V))};static \u0275cmp=E({type:t,selectors:[["app-ccap-error-popup"]],standalone:!0,features:[ie],decls:1,vars:1,consts:[[1,"fixed","inset-0","z-[9999]","flex","items-center","justify-center","p-4","bg-black/70"],[1,"fixed","inset-0","z-[9999]","flex","items-center","justify-center","p-4","bg-black/70",3,"click"],[1,"bg-neutral-800","border","border-neutral-600","rounded-lg","shadow-xl","max-w-3xl","w-full","max-h-[90vh]","flex","flex-col",3,"click"],[1,"flex","items-center","justify-between","p-4","border-b","border-neutral-600"],[1,"text-lg","font-semibold","text-red-400"],[1,"flex","items-center","gap-2"],["type","button","title","M\xE1sol\xE1s v\xE1g\xF3lapra",1,"p-2","rounded","text-neutral-300","hover:bg-neutral-600","hover:text-white","transition-colors",3,"click"],["xmlns","http://www.w3.org/2000/svg","fill","none","viewBox","0 0 24 24","stroke","currentColor",1,"h-5","w-5"],["stroke-linecap","round","stroke-linejoin","round","stroke-width","2","d","M8 16H6a2 2 0 01-2-2V6a2 2 0 012-2h8a2 2 0 012 2v2m-6 12h8a2 2 0 002-2v-8a2 2 0 00-2-2h-8a2 2 0 00-2 2v8a2 2 0 002 2z"],[1,"text-sm","text-green-400"],["type","button","title","Bez\xE1r\xE1s",1,"p-2","rounded","text-neutral-300","hover:bg-neutral-600","hover:text-white","transition-colors",3,"click"],["stroke-linecap","round","stroke-linejoin","round","stroke-width","2","d","M6 18L18 6M6 6l12 12"],[1,"p-4","overflow-y-auto","flex-1","space-y-4"],[1,"text-sm","font-medium","text-neutral-400","mb-1"],[1,"text-neutral-100","break-words"],[1,"p-3","bg-neutral-900","rounded","text-xs","text-neutral-300","overflow-x-auto","whitespace-pre-wrap","break-words"],[1,"text-neutral-300","text-sm"]],template:function(i,n){i&1&&x(0,We,26,6,"div",0),i&2&&m(n.error?0:-1)},dependencies:[oe],styles:['@charset "UTF-8";']})}return t})();var he=(()=>{class t{title="ccap-revisioned";static \u0275fac=function(i){return new(i||t)};static \u0275cmp=E({type:t,selectors:[["app-root"]],decls:2,vars:0,template:function(i,n){i&1&&W(0,"app-ccap-error-popup")(1,"router-outlet")},dependencies:[de,H]})}return t})();var fe=(()=>{class t{title="CCAP Revisioned";static \u0275fac=function(i){return new(i||t)};static \u0275cmp=E({type:t,selectors:[["app-ccap-home"]],decls:10,vars:1,consts:[[1,"flex","flex-col","items-center","justify-center","h-screen","text-center"],[1,"text-3xl","font-bold","text-neutral-100","mb-2"],[1,"text-neutral-400","mb-8","text-base"],[1,"flex","gap-4"],["routerLink","/session",1,"px-7","py-3","border","border-ccapAccent","rounded-lg","text-ccapAccent","text-sm","font-semibold","transition-colors","duration-200","hover:bg-ccapAccent","hover:text-white"],["routerLink","/settings",1,"px-7","py-3","border","border-neutral-500","rounded-lg","text-neutral-300","text-sm","font-semibold","transition-colors","duration-200","hover:bg-neutral-700","hover:text-white"]],template:function(i,n){i&1&&(r(0,"div",0)(1,"h1",1),l(2),o(),r(3,"p",2),l(4,"Agentic AI System"),o(),r(5,"div",3)(6,"a",4),l(7," Open Sessions "),o(),r(8,"a",5),l(9," Be\xE1ll\xEDt\xE1sok "),o()()()),i&2&&(s(2),y(n.title))},dependencies:[P]})}return t})();var N=(()=>{class t{http;baseUrl=`${v.api.baseUrl}/setup`;constructor(e){this.http=e}getSetupStatus(){return k(this.http.get(`${this.baseUrl}/status`))}getSetupConfig(){return k(this.http.get(`${this.baseUrl}/config`))}getSoulStatus(){return k(this.http.get(`${this.baseUrl}/soul-status`))}getSoulContent(){return k(this.http.get(`${this.baseUrl}/soul-content`))}postGenerateSoul(e){return k(this.http.post(`${this.baseUrl}/generate-soul`,e))}postSetup(e){return k(this.http.post(this.baseUrl,e))}static \u0275fac=function(i){return new(i||t)(L(ae))};static \u0275prov=T({token:t,factory:t.\u0275fac,providedIn:"root"})}return t})();function Le(t,c){if(t&1&&(r(0,"p",2),l(1),o()),t&2){let e=p();s(),y(e.errorMessage)}}function De(t,c){if(t&1&&(r(0,"p",5),l(1,"Kliens oldal: "),r(2,"a",9),l(3),o()()),t&2){let e=p(2);s(2),ee("href",e.clientUrl,$),s(),y(e.clientUrl)}}function Ie(t,c){if(t&1&&(x(0,De,4,2,"p",5),r(1,"p",3),l(2,"A setup itt vagy a CLI-ben is elv\xE9gezhet\u0151."),o()),t&2){let e=p();m(e.clientUrl?0:-1)}}function Fe(t,c){t&1&&(r(0,"p",3),l(1,"Vault key: gener\xE1ld a CLI-ben (ccap init), vagy \xE1ll\xEDtsd be a szerveren a CCAP_VAULT_MASTER_KEY-t."),o())}function je(t,c){if(t&1){let e=h();r(0,"label",10),l(1,"MongoDB address"),o(),r(2,"input",11),g("ngModelChange",function(n){d(e);let a=p();return C(a.mongodbUri,n)||(a.mongodbUri=n),u(n)}),o()}if(t&2){let e=p();s(2),_("ngModel",e.mongodbUri)}}function Ke(t,c){if(t&1){let e=h();r(0,"p",12),l(1,"AI providerek"),o(),r(2,"label",10),l(3,"OpenAI API key"),o(),r(4,"input",13),g("ngModelChange",function(n){d(e);let a=p();return C(a.openaiApiKey,n)||(a.openaiApiKey=n),u(n)}),o(),r(5,"input",14),g("ngModelChange",function(n){d(e);let a=p();return C(a.openaiModel,n)||(a.openaiModel=n),u(n)}),o(),r(6,"label",10),l(7,"Custom Local AI base URL (opcion\xE1lis)"),o(),r(8,"input",15),g("ngModelChange",function(n){d(e);let a=p();return C(a.localAiBaseUrl,n)||(a.localAiBaseUrl=n),u(n)}),o()}if(t&2){let e=p();s(4),_("ngModel",e.openaiApiKey),s(),_("ngModel",e.openaiModel),s(3),_("ngModel",e.localAiBaseUrl)}}function ze(t,c){if(t&1){let e=h();r(0,"p",12),l(1,"Message providerek: Discord token (opcion\xE1lis)"),o(),r(2,"input",16),g("ngModelChange",function(n){d(e);let a=p();return C(a.discordBotToken,n)||(a.discordBotToken=n),u(n)}),o()}if(t&2){let e=p();s(2),_("ngModel",e.discordBotToken)}}function Re(t,c){if(t&1){let e=h();r(0,"label",4)(1,"input",17),g("ngModelChange",function(n){d(e);let a=p();return C(a.useOpenClawPath,n)||(a.useOpenClawPath=n),u(n)}),o(),l(2," Haszn\xE1ld az OpenClaw environment-et "),o()}if(t&2){let e=p();s(),_("ngModel",e.useOpenClawPath)}}function He(t,c){if(t&1){let e=h();r(0,"label",10),l(1,"Default path override (opcion\xE1lis)"),o(),r(2,"input",18),g("ngModelChange",function(n){d(e);let a=p();return C(a.defaultPathOverride,n)||(a.defaultPathOverride=n),u(n)}),o()}if(t&2){let e=p();s(2),_("ngModel",e.defaultPathOverride)}}function Ne(t,c){t&1&&(r(0,"p",5),l(1,"Soul f\xE1jl m\xE1r l\xE9tezik."),o())}function Ge(t,c){t&1&&(r(0,"p",20),l(1,"Soul gener\xE1lva; ment\xE9s a setup v\xE9g\xE9n."),o())}function Je(t,c){if(t&1){let e=h();r(0,"p",5),l(1,"Nincs soul f\xE1jl. Gener\xE1lj alap soul-t LLM-mel (OpenAI key kell)."),o(),r(2,"button",19),S("click",function(){d(e);let n=p(2);return u(n.generateSoul())}),l(3,"Soul gener\xE1l\xE1sa"),o(),x(4,Ge,2,0,"p",20)}if(t&2){let e=p(2);s(4),m(e.soulGenerated&&e.soulContent?4:-1)}}function Ye(t,c){if(t&1&&x(0,Ne,2,0,"p",5)(1,Je,5,1),t&2){let e=p();m(e.hasSoul?0:1)}}function Qe(t,c){if(t&1&&(r(0,"p",5),l(1),o()),t&2){let e=p();s(),te("\xD6sszefoglal\xF3: MongoDB ",e.mongodbUri,", OpenClaw ",e.useOpenClawPath?"igen":"nem",", AI: open-ai, Message: ccap-cli, ccap-client",e.discordBotToken?", discord":"",".")}}function Xe(t,c){if(t&1){let e=h();r(0,"label",4)(1,"input",17),g("ngModelChange",function(n){d(e);let a=p();return C(a.autoStartWithSystem,n)||(a.autoStartWithSystem=n),u(n)}),o(),l(2," Auto start with system "),o()}if(t&2){let e=p();s(),_("ngModel",e.autoStartWithSystem)}}function Ze(t,c){if(t&1){let e=h();r(0,"p",5),l(1,"Ment\xE9s a szerverre (vault + config)."),o(),r(2,"button",21),S("click",function(){d(e);let n=p();return u(n.submitSetup())}),l(3,"Ment\xE9s"),o()}}function qe(t,c){t&1&&(r(0,"p",5),l(1,"Setup k\xE9sz. Folytat\xE1s:"),o(),r(2,"a",22),l(3,"Chat (kliens)"),o(),r(4,"span",23),l(5,"|"),o(),r(6,"span"),l(7,'CLI: futtasd a "ccap chat" parancsot.'),o())}function $e(t,c){t&1&&(r(0,"p",5),l(1,"El\u0151bb mentsd a be\xE1ll\xEDt\xE1sokat (l\xE9p\xE9s 11)."),o())}function et(t,c){if(t&1&&x(0,qe,8,0)(1,$e,2,0,"p",5),t&2){let e=p();m(e.submitDone?0:1)}}function tt(t,c){if(t&1){let e=h();r(0,"button",24),S("click",function(){d(e);let n=p();return u(n.prevStep())}),l(1,"El\u0151z\u0151"),o()}}function nt(t,c){if(t&1){let e=h();r(0,"button",21),S("click",function(){d(e);let n=p();return u(n.nextStep())}),l(1,"K\xF6vetkez\u0151"),o()}}var Se=(()=>{class t{setupApi;router;step=1;mongodbUri="mongodb://0.0.0.0:29017";useOpenClawPath=!1;defaultPathOverride="";enabledAiProviders=["open-ai"];enabledMessageProviders=["ccap-cli","ccap-client"];openaiApiKey="";openaiModel="gpt-4o";localAiBaseUrl="";discordBotToken="";autoStartWithSystem=!1;soulContent="";hasSoul=!1;soulGenerated=!1;submitDone=!1;errorMessage="";clientUrl="";constructor(e,i){this.setupApi=e,this.router=i}ngOnInit(){this.clientUrl=v.baseUrl||window.location.origin,this.loadSoulStatus()}loadSoulStatus(){return w(this,null,function*(){try{let e=yield this.setupApi.getSoulStatus();this.hasSoul=e.hasSoul}catch{this.hasSoul=!1}})}nextStep(){this.step<12&&(this.step++,this.errorMessage="")}prevStep(){this.step>1&&(this.step--,this.errorMessage="")}generateSoul(){return w(this,null,function*(){this.errorMessage="";try{let e=yield this.setupApi.postGenerateSoul({openaiApiKey:this.openaiApiKey||void 0});e.success&&e.content?(this.soulContent=e.content,this.soulGenerated=!0):this.errorMessage=e.error??"Soul gener\xE1l\xE1s sikertelen."}catch(e){this.errorMessage=e instanceof Error?e.message:String(e)}})}submitSetup(){return w(this,null,function*(){this.errorMessage="";let e=[];this.openaiApiKey?.trim()&&e.push("open-ai"),this.localAiBaseUrl?.trim()&&e.push("custom-local-ai"),e.length===0&&e.push("open-ai");let i=["ccap-cli","ccap-client"];this.discordBotToken?.trim()&&i.push("discord");let n={};this.openaiApiKey?.trim()&&(n["open-ai"]={apiKey:this.openaiApiKey,model:this.openaiModel}),this.localAiBaseUrl?.trim()&&(n["custom-local-ai"]={baseUrl:this.localAiBaseUrl});let a={};this.discordBotToken?.trim()&&(a.discord={botToken:this.discordBotToken});let f={mongodbUri:this.mongodbUri,useOpenClawPath:this.useOpenClawPath,defaultPathOverride:this.defaultPathOverride||void 0,enabledAiProviders:e,enabledMessageProviders:i,aiProviderConfig:n,messageProviderConfig:a,autoStartWithSystem:this.autoStartWithSystem,soulContent:this.soulContent||void 0};this.openaiApiKey?.trim()&&(f.openaiApiKey=this.openaiApiKey),this.discordBotToken?.trim()&&(f.discordBotToken=this.discordBotToken),this.localAiBaseUrl?.trim()&&(f.localAiBaseUrl=this.localAiBaseUrl);try{let b=yield this.setupApi.postSetup(f);b.success?(this.submitDone=!0,this.step=12):this.errorMessage=b.error??"Ment\xE9s sikertelen."}catch(b){this.errorMessage=b instanceof Error?b.message:String(b)}})}goToChat(){this.router.navigate(["/session"])}static \u0275fac=function(i){return new(i||t)(A(N),A(ue))};static \u0275cmp=E({type:t,selectors:[["app-ccap-setup"]],decls:19,vars:16,consts:[[1,"max-w-2xl","mx-auto","p-6","text-neutral-100"],[1,"text-2xl","font-bold","mb-6"],[1,"text-red-400","mb-4"],[1,"text-neutral-400","mb-4"],[1,"block","mb-4"],[1,"mb-4"],[1,"flex","gap-4","mt-8"],["type","button",1,"px-4","py-2","border","border-neutral-500","rounded","text-neutral-300"],["type","button",1,"px-4","py-2","bg-ccapAccent","text-white","rounded"],["target","_blank",1,"text-ccapAccent",3,"href"],[1,"block","mb-2"],["type","text",1,"w-full","px-3","py-2","bg-neutral-800","border","border-neutral-600","rounded","text-neutral-100","mb-4",3,"ngModelChange","ngModel"],[1,"mb-2"],["type","password","placeholder","OpenAI API key",1,"w-full","px-3","py-2","bg-neutral-800","border","border-neutral-600","rounded","text-neutral-100","mb-2",3,"ngModelChange","ngModel"],["type","text","placeholder","Model (gpt-4o)",1,"w-full","px-3","py-2","bg-neutral-800","border","border-neutral-600","rounded","text-neutral-100","mb-4",3,"ngModelChange","ngModel"],["type","text","placeholder","http://localhost:1234/v1",1,"w-full","px-3","py-2","bg-neutral-800","border","border-neutral-600","rounded","text-neutral-100","mb-4",3,"ngModelChange","ngModel"],["type","password","placeholder","Discord bot token",1,"w-full","px-3","py-2","bg-neutral-800","border","border-neutral-600","rounded","text-neutral-100","mb-4",3,"ngModelChange","ngModel"],["type","checkbox",3,"ngModelChange","ngModel"],["type","text","placeholder","pl. /path/to/ccap",1,"w-full","px-3","py-2","bg-neutral-800","border","border-neutral-600","rounded","text-neutral-100","mb-4",3,"ngModelChange","ngModel"],["type","button",1,"px-4","py-2","bg-ccapAccent","text-white","rounded","mb-4",3,"click"],[1,"text-green-400","mb-2"],["type","button",1,"px-4","py-2","bg-ccapAccent","text-white","rounded",3,"click"],["routerLink","/session",1,"text-ccapAccent","underline"],[1,"mx-2"],["type","button",1,"px-4","py-2","border","border-neutral-500","rounded","text-neutral-300",3,"click"]],template:function(i,n){i&1&&(r(0,"div",0)(1,"h1",1),l(2),o(),x(3,Le,2,1,"p",2)(4,Ie,3,1,"p",3)(5,Fe,2,0,"p",3)(6,je,3,1)(7,Ke,9,3)(8,ze,3,1)(9,Re,3,1,"label",4)(10,He,3,1)(11,Ye,2,1)(12,Qe,2,3,"p",5)(13,Xe,3,1,"label",4)(14,Ze,4,0)(15,et,2,1),r(16,"div",6),x(17,tt,2,0,"button",7)(18,nt,2,0,"button",8),o()()),i&2&&(s(2),F("CCAP Setup (l\xE9p\xE9s ",n.step,"/12)"),s(),m(n.errorMessage?3:-1),s(),m(n.step===1?4:-1),s(),m(n.step===2?5:-1),s(),m(n.step===3?6:-1),s(),m(n.step===4?7:-1),s(),m(n.step===5?8:-1),s(),m(n.step===6?9:-1),s(),m(n.step===7?10:-1),s(),m(n.step===8?11:-1),s(),m(n.step===9?12:-1),s(),m(n.step===10?13:-1),s(),m(n.step===11?14:-1),s(),m(n.step===12?15:-1),s(2),m(n.step>1&&n.step<11?17:-1),s(),m(n.step<11?18:-1))},dependencies:[K,j,z,R,P]})}return t})();function it(t,c){t&1&&(r(0,"p",3),l(1,"Bet\xF6lt\xE9s..."),o())}function ot(t,c){if(t&1&&(r(0,"p",5),l(1),o()),t&2){let e=p(2);s(),y(e.errorMessage)}}function rt(t,c){t&1&&(r(0,"p",6),l(1,"Be\xE1ll\xEDt\xE1sok mentve."),o())}function at(t,c){if(t&1){let e=h();r(0,"input",24),g("ngModelChange",function(n){d(e);let a=p(2);return C(a.openaiApiKey,n)||(a.openaiApiKey=n),u(n)}),o(),r(1,"input",25),g("ngModelChange",function(n){d(e);let a=p(2);return C(a.openaiModel,n)||(a.openaiModel=n),u(n)}),o()}if(t&2){let e=p(2);_("ngModel",e.openaiApiKey),s(),_("ngModel",e.openaiModel)}}function lt(t,c){if(t&1){let e=h();r(0,"input",26),g("ngModelChange",function(n){d(e);let a=p(2);return C(a.localAiBaseUrl,n)||(a.localAiBaseUrl=n),u(n)}),o()}if(t&2){let e=p(2);_("ngModel",e.localAiBaseUrl)}}function st(t,c){if(t&1){let e=h();r(0,"input",27),g("ngModelChange",function(n){d(e);let a=p(2);return C(a.discordBotToken,n)||(a.discordBotToken=n),u(n)}),o()}if(t&2){let e=p(2);_("ngModel",e.discordBotToken)}}function pt(t,c){if(t&1){let e=h();x(0,ot,2,1,"p",5)(1,rt,2,0,"p",6),r(2,"form",7),S("ngSubmit",function(){d(e);let n=p();return u(n.save())}),r(3,"div")(4,"label",8),l(5,"MongoDB address"),o(),r(6,"input",9),g("ngModelChange",function(n){d(e);let a=p();return C(a.mongodbUri,n)||(a.mongodbUri=n),u(n)}),o()(),r(7,"div")(8,"label",8)(9,"input",10),g("ngModelChange",function(n){d(e);let a=p();return C(a.useOpenClawPath,n)||(a.useOpenClawPath=n),u(n)}),o(),l(10," Haszn\xE1ld az OpenClaw environment-et "),o()(),r(11,"div")(12,"label",8),l(13,"Default path override (opcion\xE1lis)"),o(),r(14,"input",11),g("ngModelChange",function(n){d(e);let a=p();return C(a.defaultPathOverride,n)||(a.defaultPathOverride=n),u(n)}),o()(),r(15,"div")(16,"p",12),l(17,"AI providerek"),o(),r(18,"label",8)(19,"input",13),g("ngModelChange",function(n){d(e);let a=p();return C(a.useOpenAi,n)||(a.useOpenAi=n),u(n)}),o(),l(20," OpenAI "),o(),x(21,at,2,2),r(22,"label",8)(23,"input",14),g("ngModelChange",function(n){d(e);let a=p();return C(a.useLocalAi,n)||(a.useLocalAi=n),u(n)}),o(),l(24," Custom Local AI "),o(),x(25,lt,1,1,"input",15),o(),r(26,"div")(27,"p",12),l(28,"Message providerek"),o(),r(29,"p",16),l(30,"CCAP CLI \xE9s CCAP Client mindig akt\xEDvak."),o(),r(31,"label",8)(32,"input",17),g("ngModelChange",function(n){d(e);let a=p();return C(a.useDiscord,n)||(a.useDiscord=n),u(n)}),o(),l(33," Discord "),o(),x(34,st,1,1,"input",18),o(),r(35,"div")(36,"label",8)(37,"input",19),g("ngModelChange",function(n){d(e);let a=p();return C(a.autoStartWithSystem,n)||(a.autoStartWithSystem=n),u(n)}),o(),l(38," Auto start with system "),o()(),r(39,"div")(40,"label",8),l(41,"Soul tartalom (default-path/workspace/SOUL.md)"),o(),r(42,"textarea",20),g("ngModelChange",function(n){d(e);let a=p();return C(a.soulContent,n)||(a.soulContent=n),u(n)}),o()(),r(43,"div",21)(44,"button",22),l(45," Ment\xE9s "),o(),r(46,"a",23),l(47,"Vissza"),o()()()}if(t&2){let e=p();m(e.errorMessage?0:-1),s(),m(e.saveSuccess?1:-1),s(5),_("ngModel",e.mongodbUri),s(3),_("ngModel",e.useOpenClawPath),s(5),_("ngModel",e.defaultPathOverride),s(5),_("ngModel",e.useOpenAi),s(2),m(e.useOpenAi?21:-1),s(2),_("ngModel",e.useLocalAi),s(2),m(e.useLocalAi?25:-1),s(7),_("ngModel",e.useDiscord),s(2),m(e.useDiscord?34:-1),s(3),_("ngModel",e.autoStartWithSystem),s(5),_("ngModel",e.soulContent)}}var ye=(()=>{class t{setupApi;loading=!0;errorMessage="";saveSuccess=!1;mongodbUri="mongodb://0.0.0.0:29017";useOpenClawPath=!1;defaultPathOverride="";enabledAiProviders=["open-ai"];enabledMessageProviders=["ccap-cli","ccap-client"];openaiApiKey="";openaiModel="gpt-4o";localAiBaseUrl="";discordBotToken="";autoStartWithSystem=!1;soulContent="";useOpenAi=!0;useLocalAi=!1;useDiscord=!1;constructor(e){this.setupApi=e}ngOnInit(){this.loadConfig()}loadConfig(){return w(this,null,function*(){this.loading=!0,this.errorMessage="";try{let i=(yield this.setupApi.getSetupConfig()).config;if(i){this.mongodbUri=i.mongodbUri??this.mongodbUri,this.useOpenClawPath=i.useOpenClawPath===!0,this.defaultPathOverride=i.defaultPathOverride??"",this.enabledAiProviders=i.enabledAiProviders??["open-ai"],this.enabledMessageProviders=i.enabledMessageProviders??["ccap-cli","ccap-client"],this.autoStartWithSystem=i.autoStartWithSystem===!0,this.useOpenAi=this.enabledAiProviders.includes("open-ai"),this.useLocalAi=this.enabledAiProviders.includes("custom-local-ai"),this.useDiscord=this.enabledMessageProviders.includes("discord");let a=i.aiProviderConfig??{};this.openaiModel=a["open-ai"]?.model??"gpt-4o",this.localAiBaseUrl=a["custom-local-ai"]?.baseUrl??""}let n=yield this.setupApi.getSoulContent();this.soulContent=n.content??""}catch(e){this.errorMessage=e instanceof Error?e.message:String(e)}finally{this.loading=!1}})}save(){return w(this,null,function*(){this.errorMessage="",this.saveSuccess=!1;let e=[];this.useOpenAi&&e.push("open-ai"),this.useLocalAi&&e.push("custom-local-ai"),e.length===0&&e.push("open-ai");let i=["ccap-cli","ccap-client"];this.useDiscord&&i.push("discord");let n={};this.useOpenAi&&(n["open-ai"]={model:this.openaiModel},this.openaiApiKey.trim()&&(n["open-ai"].apiKey=this.openaiApiKey)),this.useLocalAi&&(n["custom-local-ai"]={baseUrl:this.localAiBaseUrl.trim()});let a={};this.useDiscord&&this.discordBotToken.trim()&&(a.discord={botToken:this.discordBotToken});let f={mongodbUri:this.mongodbUri,useOpenClawPath:this.useOpenClawPath,defaultPathOverride:this.defaultPathOverride||void 0,enabledAiProviders:e,enabledMessageProviders:i,aiProviderConfig:n,messageProviderConfig:a,autoStartWithSystem:this.autoStartWithSystem,soulContent:this.soulContent.trim()||void 0};this.openaiApiKey.trim()&&(f.openaiApiKey=this.openaiApiKey),this.discordBotToken.trim()&&(f.discordBotToken=this.discordBotToken),this.localAiBaseUrl.trim()&&(f.localAiBaseUrl=this.localAiBaseUrl);try{let b=yield this.setupApi.postSetup(f);b.success?this.saveSuccess=!0:this.errorMessage=b.error??"Ment\xE9s sikertelen."}catch(b){this.errorMessage=b instanceof Error?b.message:String(b)}})}static \u0275fac=function(i){return new(i||t)(A(N))};static \u0275cmp=E({type:t,selectors:[["app-ccap-settings"]],decls:7,vars:1,consts:[[1,"max-w-2xl","mx-auto","p-6","text-neutral-100"],[1,"text-2xl","font-bold","mb-6"],[1,"text-neutral-400","mb-6"],[1,"text-neutral-400"],[1,"space-y-6"],[1,"text-red-400","mb-4"],[1,"text-green-400","mb-4"],[1,"space-y-6",3,"ngSubmit"],[1,"block","mb-2"],["type","text","name","mongodbUri",1,"w-full","px-3","py-2","bg-neutral-800","border","border-neutral-600","rounded","text-neutral-100",3,"ngModelChange","ngModel"],["type","checkbox","name","useOpenClawPath",3,"ngModelChange","ngModel"],["type","text","name","defaultPathOverride","placeholder","pl. /path/to/ccap",1,"w-full","px-3","py-2","bg-neutral-800","border","border-neutral-600","rounded","text-neutral-100",3,"ngModelChange","ngModel"],[1,"mb-2","font-medium"],["type","checkbox","name","useOpenAi",3,"ngModelChange","ngModel"],["type","checkbox","name","useLocalAi",3,"ngModelChange","ngModel"],["type","text","name","localAiBaseUrl","placeholder","http://localhost:1234/v1",1,"w-full","px-3","py-2","bg-neutral-800","border","border-neutral-600","rounded","text-neutral-100","mb-4",3,"ngModel"],[1,"text-neutral-400","text-sm","mb-2"],["type","checkbox","name","useDiscord",3,"ngModelChange","ngModel"],["type","password","name","discordBotToken","placeholder","Discord bot token (\xFCres = megl\xE9v\u0151 marad)",1,"w-full","px-3","py-2","bg-neutral-800","border","border-neutral-600","rounded","text-neutral-100","mb-4",3,"ngModel"],["type","checkbox","name","autoStartWithSystem",3,"ngModelChange","ngModel"],["name","soulContent","rows","12","placeholder","Soul f\xE1jl tartalma...",1,"w-full","px-3","py-2","bg-neutral-800","border","border-neutral-600","rounded","text-neutral-100","font-mono","text-sm",3,"ngModelChange","ngModel"],[1,"flex","gap-4"],["type","submit",1,"px-4","py-2","bg-ccapAccent","text-white","rounded"],["routerLink","/",1,"px-4","py-2","border","border-neutral-500","rounded","text-neutral-300"],["type","password","name","openaiApiKey","placeholder","API key (\xFCres = megl\xE9v\u0151 marad)",1,"w-full","px-3","py-2","bg-neutral-800","border","border-neutral-600","rounded","text-neutral-100","mb-2",3,"ngModelChange","ngModel"],["type","text","name","openaiModel","placeholder","Model (gpt-4o)",1,"w-full","px-3","py-2","bg-neutral-800","border","border-neutral-600","rounded","text-neutral-100","mb-4",3,"ngModelChange","ngModel"],["type","text","name","localAiBaseUrl","placeholder","http://localhost:1234/v1",1,"w-full","px-3","py-2","bg-neutral-800","border","border-neutral-600","rounded","text-neutral-100","mb-4",3,"ngModelChange","ngModel"],["type","password","name","discordBotToken","placeholder","Discord bot token (\xFCres = megl\xE9v\u0151 marad)",1,"w-full","px-3","py-2","bg-neutral-800","border","border-neutral-600","rounded","text-neutral-100","mb-4",3,"ngModelChange","ngModel"]],template:function(i,n){i&1&&(r(0,"div",0)(1,"h1",1),l(2,"Be\xE1ll\xEDt\xE1sok"),o(),r(3,"p",2),l(4," Minden setup sor\xE1n \xE9rintett be\xE1ll\xEDt\xE1s m\xF3dos\xEDthat\xF3 itt. Titkos mez\u0151k (API kulcs, token): \xFCresen hagyva a megl\xE9v\u0151 \xE9rt\xE9k marad; csak akkor \xEDrja fel\xFCl, ha megadsz \xFAjat. "),o(),x(5,it,2,0,"p",3)(6,pt,48,13,"form",4),o()),i&2&&(s(5),m(n.loading?5:6))},dependencies:[Ce,K,j,z,me,R,_e,P],styles:['@charset "UTF-8";']})}return t})();var ct=[{path:"",pathMatch:"full",component:fe},{path:"setup",component:Se},{path:"settings",component:ye},{path:"session",loadChildren:()=>import("./chunk-I3EQOLVU.js").then(t=>t.Session_Module)},{path:"**",redirectTo:""}],we=(()=>{class t{static \u0275fac=function(i){return new(i||t)};static \u0275mod=D({type:t});static \u0275inj=O({imports:[U.forRoot(ct),U]})}return t})();function dt(t,c){let e=t.error?.message??t.message??t.statusText??`HTTP ${t.status}`,i=t.error??null,n={status:t.status,statusText:t.statusText,url:t.url??c.url,method:c.method,responseBody:i,message:t.message},a=JSON.stringify(n,null,2),f=t.error,b=typeof f=="object"&&f!==null&&"stack"in f&&typeof f.stack=="string"?f.stack:null;return{source:"http",message:e,stack:b,detailsText:a,timestamp:Date.now(),http:{status:t.status,statusText:t.statusText,url:t.url??c.url,method:c.method,responseBody:i}}}var Ee=(t,c)=>{let e=q(V);return c(t).pipe(Z(i=>{if(i instanceof re){let n=dt(i,t);e.showError(n)}return X(()=>i)}))};var Me=(()=>{class t extends I{globalError;constructor(e){super(),this.globalError=e}handleError(e){let i=e instanceof Error?e.message:String(e),n=e instanceof Error?e.stack??null:null,a={message:i,stack:n,name:e instanceof Error?e.name:void 0,stringRepresentation:String(e)},f=JSON.stringify(a,null,2),b={source:"global",message:i,stack:n,detailsText:f,timestamp:Date.now()};this.globalError.showError(b),super.handleError(e)}static \u0275fac=function(i){return new(i||t)(L(V))};static \u0275prov=T({token:t,factory:t.\u0275fac})}return t})();var ve=(()=>{class t{static \u0275fac=function(i){return new(i||t)};static \u0275mod=D({type:t,bootstrap:[he]});static \u0275inj=O({providers:[le(se([Ee])),{provide:I,useClass:Me}],imports:[ce,ge,U,we,H]})}return t})();var B=new URL(window.location.href);v.baseUrl=B.origin;v.api.baseUrl=B.origin+"/api";function ut(){let t=B.origin+"/api/server/status";fetch(t).then(c=>c.json()).then(c=>{typeof c.socketPort=="number"&&c.socketPort>0&&String(c.socketPort)!==B.port&&(v.socketUrl=`${B.protocol}//${B.hostname}:${c.socketPort}`)}).catch(()=>{}).finally(()=>{pe().bootstrapModule(ve).catch(c=>{ke.DyFM_Log.H_error(`CCAP Revisioned client init error
5
+ `,c)})})}ut();
@@ -0,0 +1 @@
1
+ *,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}*{box-sizing:border-box}body{margin:0;--tw-bg-opacity: 1;background-color:rgb(13 13 26 / var(--tw-bg-opacity, 1));font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";--tw-text-opacity: 1;color:rgb(229 229 229 / var(--tw-text-opacity, 1))}h1,h2,h3,h4,h5{margin:0;margin-bottom:.5rem;--tw-text-opacity: 1;color:rgb(245 245 245 / var(--tw-text-opacity, 1))}a{--tw-text-opacity: 1;color:rgb(108 99 255 / var(--tw-text-opacity, 1));text-decoration-line:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#111}::-webkit-scrollbar-thumb{background:#333;border-radius:3px}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-y-0{top:0;bottom:0}.-right-1{right:-.25rem}.-right-2{right:-.5rem}.-top-1{top:-.25rem}.bottom-0{bottom:0}.bottom-2{bottom:.5rem}.bottom-4{bottom:1rem}.left-0{left:0}.left-4{left:1rem}.right-0{right:0}.right-2{right:.5rem}.right-4{right:1rem}.top-0{top:0}.top-8{top:2rem}.z-10{z-index:10}.z-40{z-index:40}.z-50{z-index:50}.z-\[100\]{z-index:100}.z-\[9999\]{z-index:9999}.m-0{margin:0}.m-0\.5{margin:.125rem}.m-1{margin:.25rem}.m-1\.5{margin:.375rem}.m-2{margin:.5rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.mx-7{margin-left:1.75rem;margin-right:1.75rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-top:0;margin-bottom:0}.my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.my-1\.5{margin-top:.375rem;margin-bottom:.375rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-2\.5{margin-top:.625rem;margin-bottom:.625rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-3\.5{margin-top:.875rem;margin-bottom:.875rem}.my-4{margin-top:1rem;margin-bottom:1rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-2{margin-left:.5rem}.ml-auto{margin-left:auto}.mr-2{margin-right:.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-10{height:2.5rem}.h-14{height:3.5rem}.h-2{height:.5rem}.h-3{height:.75rem}.h-32{height:8rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-\[600px\]{height:600px}.h-full{height:100%}.h-screen{height:100vh}.max-h-48{max-height:12rem}.max-h-\[90vh\]{max-height:90vh}.min-h-0{min-height:0px}.min-h-full{min-height:100%}.w-0\.5{width:.125rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-2{width:.5rem}.w-3{width:.75rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-8{width:2rem}.w-80{width:20rem}.w-96{width:24rem}.w-\[360px\]{width:360px}.w-\[480px\]{width:480px}.w-auto{width:auto}.w-fit{width:fit-content}.w-full{width:100%}.min-w-0{min-width:0px}.min-w-\[120px\]{min-width:120px}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-\[70\%\]{max-width:70%}.max-w-\[80\%\]{max-width:80%}.max-w-md{max-width:28rem}.flex-1{flex:1 1 0%}.flex-shrink-0,.shrink-0{flex-shrink:0}.grow{flex-grow:1}.basis-full{flex-basis:100%}.-translate-x-full{--tw-translate-x: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-bounce{animation:bounce 1s infinite}@keyframes ping{75%,to{transform:scale(2);opacity:0}}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-pointer{cursor:pointer}.resize-none{resize:none}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-stretch{justify-content:stretch}.gap-0{gap:0px}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.border{border-width:1px}.border-2{border-width:2px}.border-4{border-width:4px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.border-l-2{border-left-width:2px}.border-l-\[3px\]{border-left-width:3px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-none{border-style:none}.border-blue-600{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.border-ccapAccent{--tw-border-opacity: 1;border-color:rgb(108 99 255 / var(--tw-border-opacity, 1))}.border-cyan-400{--tw-border-opacity: 1;border-color:rgb(34 211 238 / var(--tw-border-opacity, 1))}.border-cyan-500{--tw-border-opacity: 1;border-color:rgb(6 182 212 / var(--tw-border-opacity, 1))}.border-cyan-600{--tw-border-opacity: 1;border-color:rgb(8 145 178 / var(--tw-border-opacity, 1))}.border-cyan-700{--tw-border-opacity: 1;border-color:rgb(14 116 144 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-green-400{--tw-border-opacity: 1;border-color:rgb(74 222 128 / var(--tw-border-opacity, 1))}.border-green-500{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.border-green-600{--tw-border-opacity: 1;border-color:rgb(22 163 74 / var(--tw-border-opacity, 1))}.border-green-700{--tw-border-opacity: 1;border-color:rgb(21 128 61 / var(--tw-border-opacity, 1))}.border-neutral-500{--tw-border-opacity: 1;border-color:rgb(115 115 115 / var(--tw-border-opacity, 1))}.border-neutral-600{--tw-border-opacity: 1;border-color:rgb(82 82 82 / var(--tw-border-opacity, 1))}.border-neutral-700{--tw-border-opacity: 1;border-color:rgb(64 64 64 / var(--tw-border-opacity, 1))}.border-orange-400{--tw-border-opacity: 1;border-color:rgb(251 146 60 / var(--tw-border-opacity, 1))}.border-orange-500{--tw-border-opacity: 1;border-color:rgb(249 115 22 / var(--tw-border-opacity, 1))}.border-orange-600{--tw-border-opacity: 1;border-color:rgb(234 88 12 / var(--tw-border-opacity, 1))}.border-orange-700{--tw-border-opacity: 1;border-color:rgb(194 65 12 / var(--tw-border-opacity, 1))}.border-pink-400{--tw-border-opacity: 1;border-color:rgb(244 114 182 / var(--tw-border-opacity, 1))}.border-pink-500{--tw-border-opacity: 1;border-color:rgb(236 72 153 / var(--tw-border-opacity, 1))}.border-pink-600{--tw-border-opacity: 1;border-color:rgb(219 39 119 / var(--tw-border-opacity, 1))}.border-pink-700{--tw-border-opacity: 1;border-color:rgb(190 24 93 / var(--tw-border-opacity, 1))}.border-purple-400{--tw-border-opacity: 1;border-color:rgb(192 132 252 / var(--tw-border-opacity, 1))}.border-purple-500{--tw-border-opacity: 1;border-color:rgb(168 85 247 / var(--tw-border-opacity, 1))}.border-purple-600{--tw-border-opacity: 1;border-color:rgb(147 51 234 / var(--tw-border-opacity, 1))}.border-purple-700{--tw-border-opacity: 1;border-color:rgb(126 34 206 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-red-400{--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity, 1))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-red-600{--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity, 1))}.border-red-700{--tw-border-opacity: 1;border-color:rgb(185 28 28 / var(--tw-border-opacity, 1))}.border-yellow-400{--tw-border-opacity: 1;border-color:rgb(250 204 21 / var(--tw-border-opacity, 1))}.border-yellow-500{--tw-border-opacity: 1;border-color:rgb(234 179 8 / var(--tw-border-opacity, 1))}.border-yellow-600{--tw-border-opacity: 1;border-color:rgb(202 138 4 / var(--tw-border-opacity, 1))}.border-yellow-700{--tw-border-opacity: 1;border-color:rgb(161 98 7 / var(--tw-border-opacity, 1))}.border-l-ccapAccent{--tw-border-opacity: 1;border-left-color:rgb(108 99 255 / var(--tw-border-opacity, 1))}.border-l-cyan-500{--tw-border-opacity: 1;border-left-color:rgb(6 182 212 / var(--tw-border-opacity, 1))}.border-l-green-500{--tw-border-opacity: 1;border-left-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.border-l-orange-500{--tw-border-opacity: 1;border-left-color:rgb(249 115 22 / var(--tw-border-opacity, 1))}.border-l-pink-500{--tw-border-opacity: 1;border-left-color:rgb(236 72 153 / var(--tw-border-opacity, 1))}.border-l-purple-500{--tw-border-opacity: 1;border-left-color:rgb(168 85 247 / var(--tw-border-opacity, 1))}.border-l-red-500{--tw-border-opacity: 1;border-left-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-t-transparent{border-top-color:transparent}.bg-\[\#0a0a15\]{--tw-bg-opacity: 1;background-color:rgb(10 10 21 / var(--tw-bg-opacity, 1))}.bg-\[\#121220\]{--tw-bg-opacity: 1;background-color:rgb(18 18 32 / var(--tw-bg-opacity, 1))}.bg-amber-950{--tw-bg-opacity: 1;background-color:rgb(69 26 3 / var(--tw-bg-opacity, 1))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/50{background-color:#00000080}.bg-black\/70{background-color:#000000b3}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-ccapAccent{--tw-bg-opacity: 1;background-color:rgb(108 99 255 / var(--tw-bg-opacity, 1))}.bg-ccapSurface{--tw-bg-opacity: 1;background-color:rgb(26 26 46 / var(--tw-bg-opacity, 1))}.bg-cyan-400{--tw-bg-opacity: 1;background-color:rgb(34 211 238 / var(--tw-bg-opacity, 1))}.bg-cyan-500{--tw-bg-opacity: 1;background-color:rgb(6 182 212 / var(--tw-bg-opacity, 1))}.bg-cyan-600{--tw-bg-opacity: 1;background-color:rgb(8 145 178 / var(--tw-bg-opacity, 1))}.bg-cyan-700{--tw-bg-opacity: 1;background-color:rgb(14 116 144 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-green-400{--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-green-700{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.bg-green-950{--tw-bg-opacity: 1;background-color:rgb(5 46 22 / var(--tw-bg-opacity, 1))}.bg-indigo-950{--tw-bg-opacity: 1;background-color:rgb(30 27 75 / var(--tw-bg-opacity, 1))}.bg-neutral-700{--tw-bg-opacity: 1;background-color:rgb(64 64 64 / var(--tw-bg-opacity, 1))}.bg-neutral-800{--tw-bg-opacity: 1;background-color:rgb(38 38 38 / var(--tw-bg-opacity, 1))}.bg-neutral-800\/50{background-color:#26262680}.bg-neutral-900{--tw-bg-opacity: 1;background-color:rgb(23 23 23 / var(--tw-bg-opacity, 1))}.bg-neutral-900\/50{background-color:#17171780}.bg-orange-400{--tw-bg-opacity: 1;background-color:rgb(251 146 60 / var(--tw-bg-opacity, 1))}.bg-orange-50{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}.bg-orange-500{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))}.bg-orange-600{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1))}.bg-orange-700{--tw-bg-opacity: 1;background-color:rgb(194 65 12 / var(--tw-bg-opacity, 1))}.bg-pink-400{--tw-bg-opacity: 1;background-color:rgb(244 114 182 / var(--tw-bg-opacity, 1))}.bg-pink-500{--tw-bg-opacity: 1;background-color:rgb(236 72 153 / var(--tw-bg-opacity, 1))}.bg-pink-600{--tw-bg-opacity: 1;background-color:rgb(219 39 119 / var(--tw-bg-opacity, 1))}.bg-pink-700{--tw-bg-opacity: 1;background-color:rgb(190 24 93 / var(--tw-bg-opacity, 1))}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.bg-purple-400{--tw-bg-opacity: 1;background-color:rgb(192 132 252 / var(--tw-bg-opacity, 1))}.bg-purple-500{--tw-bg-opacity: 1;background-color:rgb(168 85 247 / var(--tw-bg-opacity, 1))}.bg-purple-600{--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity, 1))}.bg-purple-700{--tw-bg-opacity: 1;background-color:rgb(126 34 206 / var(--tw-bg-opacity, 1))}.bg-red-400{--tw-bg-opacity: 1;background-color:rgb(248 113 113 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-red-700{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-yellow-400{--tw-bg-opacity: 1;background-color:rgb(250 204 21 / var(--tw-bg-opacity, 1))}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.bg-yellow-600{--tw-bg-opacity: 1;background-color:rgb(202 138 4 / var(--tw-bg-opacity, 1))}.bg-yellow-700{--tw-bg-opacity: 1;background-color:rgb(161 98 7 / var(--tw-bg-opacity, 1))}.bg-opacity-10{--tw-bg-opacity: .1}.bg-opacity-20{--tw-bg-opacity: .2}.bg-opacity-50{--tw-bg-opacity: .5}.object-cover{object-fit:cover}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-4{padding-bottom:1rem}.pl-10{padding-left:2.5rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pr-12{padding-right:3rem}.pr-4{padding-right:1rem}.text-left{text-align:left}.text-center{text-align:center}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-6xl{font-size:3.75rem;line-height:1}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[13px\]{font-size:13px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.italic{font-style:italic}.leading-relaxed{line-height:1.625}.text-amber-200{--tw-text-opacity: 1;color:rgb(253 230 138 / var(--tw-text-opacity, 1))}.text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-blue-900{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity, 1))}.text-ccapAccent{--tw-text-opacity: 1;color:rgb(108 99 255 / var(--tw-text-opacity, 1))}.text-cyan-400{--tw-text-opacity: 1;color:rgb(34 211 238 / var(--tw-text-opacity, 1))}.text-cyan-500{--tw-text-opacity: 1;color:rgb(6 182 212 / var(--tw-text-opacity, 1))}.text-cyan-600{--tw-text-opacity: 1;color:rgb(8 145 178 / var(--tw-text-opacity, 1))}.text-cyan-700{--tw-text-opacity: 1;color:rgb(14 116 144 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-100{--tw-text-opacity: 1;color:rgb(220 252 231 / var(--tw-text-opacity, 1))}.text-green-400{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-indigo-100{--tw-text-opacity: 1;color:rgb(224 231 255 / var(--tw-text-opacity, 1))}.text-neutral-100{--tw-text-opacity: 1;color:rgb(245 245 245 / var(--tw-text-opacity, 1))}.text-neutral-200{--tw-text-opacity: 1;color:rgb(229 229 229 / var(--tw-text-opacity, 1))}.text-neutral-300{--tw-text-opacity: 1;color:rgb(212 212 212 / var(--tw-text-opacity, 1))}.text-neutral-400{--tw-text-opacity: 1;color:rgb(163 163 163 / var(--tw-text-opacity, 1))}.text-neutral-500{--tw-text-opacity: 1;color:rgb(115 115 115 / var(--tw-text-opacity, 1))}.text-neutral-600{--tw-text-opacity: 1;color:rgb(82 82 82 / var(--tw-text-opacity, 1))}.text-orange-400{--tw-text-opacity: 1;color:rgb(251 146 60 / var(--tw-text-opacity, 1))}.text-orange-500{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.text-orange-700{--tw-text-opacity: 1;color:rgb(194 65 12 / var(--tw-text-opacity, 1))}.text-pink-400{--tw-text-opacity: 1;color:rgb(244 114 182 / var(--tw-text-opacity, 1))}.text-pink-500{--tw-text-opacity: 1;color:rgb(236 72 153 / var(--tw-text-opacity, 1))}.text-pink-600{--tw-text-opacity: 1;color:rgb(219 39 119 / var(--tw-text-opacity, 1))}.text-pink-700{--tw-text-opacity: 1;color:rgb(190 24 93 / var(--tw-text-opacity, 1))}.text-purple-400{--tw-text-opacity: 1;color:rgb(192 132 252 / var(--tw-text-opacity, 1))}.text-purple-500{--tw-text-opacity: 1;color:rgb(168 85 247 / var(--tw-text-opacity, 1))}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.text-purple-700{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity, 1))}.text-purple-900{--tw-text-opacity: 1;color:rgb(88 28 135 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.text-slate-500{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.text-slate-700{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-yellow-400{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.text-yellow-700{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.placeholder-gray-500::placeholder{--tw-placeholder-opacity: 1;color:rgb(107 114 128 / var(--tw-placeholder-opacity, 1))}.opacity-0{opacity:0}.opacity-20{opacity:.2}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.hover\:border-ccapAccent:hover{--tw-border-opacity: 1;border-color:rgb(108 99 255 / var(--tw-border-opacity, 1))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-ccapAccent:hover{--tw-bg-opacity: 1;background-color:rgb(108 99 255 / var(--tw-bg-opacity, 1))}.hover\:bg-ccapAccentHover:hover{--tw-bg-opacity: 1;background-color:rgb(90 82 213 / var(--tw-bg-opacity, 1))}.hover\:bg-ccapSurface:hover{--tw-bg-opacity: 1;background-color:rgb(26 26 46 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-neutral-600:hover{--tw-bg-opacity: 1;background-color:rgb(82 82 82 / var(--tw-bg-opacity, 1))}.hover\:bg-neutral-700:hover{--tw-bg-opacity: 1;background-color:rgb(64 64 64 / var(--tw-bg-opacity, 1))}.hover\:bg-neutral-800:hover{--tw-bg-opacity: 1;background-color:rgb(38 38 38 / var(--tw-bg-opacity, 1))}.hover\:bg-neutral-900\/70:hover{background-color:#171717b3}.hover\:bg-opacity-30:hover{--tw-bg-opacity: .3}.hover\:text-ccapAccent:hover{--tw-text-opacity: 1;color:rgb(108 99 255 / var(--tw-text-opacity, 1))}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:text-neutral-200:hover{--tw-text-opacity: 1;color:rgb(229 229 229 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:shadow-xl:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:border-ccapAccent:focus{--tw-border-opacity: 1;border-color:rgb(108 99 255 / var(--tw-border-opacity, 1))}.focus\:border-transparent:focus{border-color:transparent}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:border-neutral-400:disabled{--tw-border-opacity: 1;border-color:rgb(163 163 163 / var(--tw-border-opacity, 1))}.disabled\:border-neutral-500:disabled{--tw-border-opacity: 1;border-color:rgb(115 115 115 / var(--tw-border-opacity, 1))}.disabled\:border-neutral-600:disabled{--tw-border-opacity: 1;border-color:rgb(82 82 82 / var(--tw-border-opacity, 1))}.disabled\:bg-neutral-200:disabled{--tw-bg-opacity: 1;background-color:rgb(229 229 229 / var(--tw-bg-opacity, 1))}.disabled\:bg-neutral-400\/50:disabled{background-color:#a3a3a380}.disabled\:bg-neutral-500\/10:disabled{background-color:#7373731a}.disabled\:bg-neutral-600:disabled{--tw-bg-opacity: 1;background-color:rgb(82 82 82 / var(--tw-bg-opacity, 1))}.disabled\:bg-neutral-800:disabled{--tw-bg-opacity: 1;background-color:rgb(38 38 38 / var(--tw-bg-opacity, 1))}.disabled\:text-neutral-400:disabled{--tw-text-opacity: 1;color:rgb(163 163 163 / var(--tw-text-opacity, 1))}.disabled\:text-neutral-500:disabled{--tw-text-opacity: 1;color:rgb(115 115 115 / var(--tw-text-opacity, 1))}.disabled\:text-neutral-600:disabled{--tw-text-opacity: 1;color:rgb(82 82 82 / var(--tw-text-opacity, 1))}.disabled\:hover\:bg-neutral-400:hover:disabled{--tw-bg-opacity: 1;background-color:rgb(163 163 163 / var(--tw-bg-opacity, 1))}.disabled\:hover\:bg-neutral-500\/10:hover:disabled{background-color:#7373731a}.disabled\:hover\:bg-neutral-500\/25:hover:disabled{background-color:#73737340}.disabled\:hover\:bg-neutral-600:hover:disabled{--tw-bg-opacity: 1;background-color:rgb(82 82 82 / var(--tw-bg-opacity, 1))}.disabled\:hover\:bg-neutral-700\/50:hover:disabled{background-color:#40404080}.disabled\:hover\:text-neutral-100:hover:disabled{--tw-text-opacity: 1;color:rgb(245 245 245 / var(--tw-text-opacity, 1))}.disabled\:hover\:text-neutral-200:hover:disabled{--tw-text-opacity: 1;color:rgb(229 229 229 / var(--tw-text-opacity, 1))}.disabled\:hover\:text-neutral-900:hover:disabled{--tw-text-opacity: 1;color:rgb(23 23 23 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:opacity-100{opacity:1}@media (max-width: 599px){.xs\:p-4{padding:1rem}}@media (min-width: 960px) and (max-width: 1279px){.md\:flex{display:flex}.md\:hidden{display:none}}@media (max-width: 599px){.lt-sm\:p-1{padding:.25rem}}@media (max-width: 959px){.lt-md\:flex-col{flex-direction:column}.lt-md\:p-2{padding:.5rem}.lt-md\:p-4{padding:1rem}}@media (prefers-color-scheme: dark){.dark\:border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.dark\:border-gray-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.dark\:border-red-700{--tw-border-opacity: 1;border-color:rgb(185 28 28 / var(--tw-border-opacity, 1))}.dark\:bg-blue-900{--tw-bg-opacity: 1;background-color:rgb(30 58 138 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.dark\:bg-green-900{--tw-bg-opacity: 1;background-color:rgb(20 83 45 / var(--tw-bg-opacity, 1))}.dark\:bg-purple-900{--tw-bg-opacity: 1;background-color:rgb(88 28 135 / var(--tw-bg-opacity, 1))}.dark\:bg-red-900{--tw-bg-opacity: 1;background-color:rgb(127 29 29 / var(--tw-bg-opacity, 1))}.dark\:bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.dark\:bg-opacity-10{--tw-bg-opacity: .1}.dark\:text-blue-100{--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity, 1))}.dark\:text-blue-200{--tw-text-opacity: 1;color:rgb(191 219 254 / var(--tw-text-opacity, 1))}.dark\:text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.dark\:text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.dark\:text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.dark\:text-purple-100{--tw-text-opacity: 1;color:rgb(243 232 255 / var(--tw-text-opacity, 1))}.dark\:text-red-200{--tw-text-opacity: 1;color:rgb(254 202 202 / var(--tw-text-opacity, 1))}.dark\:text-red-300{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.dark\:text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.dark\:text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:placeholder-gray-400::placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}.dark\:hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:hover\:text-gray-300:hover{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:disabled\:border-neutral-600:disabled{--tw-border-opacity: 1;border-color:rgb(82 82 82 / var(--tw-border-opacity, 1))}.dark\:disabled\:bg-neutral-600\/50:disabled{background-color:#52525280}.dark\:disabled\:text-neutral-200:disabled{--tw-text-opacity: 1;color:rgb(229 229 229 / var(--tw-text-opacity, 1))}.dark\:disabled\:hover\:bg-neutral-600:hover:disabled{--tw-bg-opacity: 1;background-color:rgb(82 82 82 / var(--tw-bg-opacity, 1))}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@futdevpro/ccap",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "CCAP Revisioned – Agent architektúra; CLI, server, client, e2e alprojektek.",
5
5
  "bin": {
6
6
  "ccap": "./bin/ccap.js"
@@ -44,13 +44,19 @@
44
44
  "build-cli": "cd cli && pnpm run build-base",
45
45
  "build-server": "cd server && pnpm run build-base",
46
46
  "build-client": "cd client && pnpm run build-base",
47
- "build-copy-client-dist": "node -e \"const fs=require('fs'); const p='client/dist/ccap-revisioned'; if(fs.existsSync(p)) fs.cpSync(p,'client-dist',{recursive:true});\"",
47
+ "build-client-for-server": "cd client && ng build --configuration production --base-href /api/app/",
48
+ "build-ui-for-server": "pnpm run build-client-for-server && pnpm run build-copy-client-dist",
49
+ "build-copy-client-dist": "node -e \"const fs=require('fs'),path=require('path'); const s=path.join('client','dist','ccap-revisioned','browser'),d='client-dist'; if(fs.existsSync(s)){ if(fs.existsSync(d)) fs.rmSync(d,{recursive:true}); fs.mkdirSync(d,{recursive:true}); fs.readdirSync(s).forEach(n=>fs.cpSync(path.join(s,n),path.join(d,n),{recursive:true})); }\"",
48
50
  "test": "cd cli && pnpm test ; cd ../server && pnpm test ; cd ../client && pnpm test",
49
51
  "test-client": "cd client && pnpm test",
50
52
  "test-server": "cd server && pnpm test",
51
- "test-e2e": "cd e2e && pnpm test"
53
+ "test-e2e": "cd e2e && pnpm test",
54
+ "start:server-with-ui": "pnpm run build-ui-for-server ; cd server ; pnpm start",
55
+ "test-e2e:server": "pnpm --dir e2e test",
56
+ "run-e2e-against-server": "pnpm run build-ui-for-server && npx concurrently -k -s first \"cd server && pnpm start\" \"npx wait-on http://localhost:39050/api/app/ -t 90000 && pnpm run test-e2e:server -- tests/client-appearance.spec.ts tests/smoke.spec.ts\""
52
57
  },
53
58
  "devDependencies": {
54
- "concurrently": "^8.2.2"
59
+ "concurrently": "^8.2.2",
60
+ "wait-on": "^8.0.1"
55
61
  }
56
62
  }
@@ -19,7 +19,8 @@
19
19
  "test:coverage": "npm run build-base && c8 --reporter=text --reporter=html jasmine",
20
20
  "test-clean": "npm run build-clean && jasmine",
21
21
  "start-clean": "npm run clean && npm run start",
22
- "nodemon-run": "npm test && ts-node ./src/index.ts",
22
+ "build-client-from-root": "cd .. && pnpm run build-client-for-server && pnpm run build-copy-client-dist",
23
+ "nodemon-run": "npm run build-client-from-root && npm test && ts-node ./src/index.ts",
23
24
  "lint": "eslint src --ext .ts",
24
25
  "lint:fix": "eslint src --ext .ts --fix",
25
26
  "validate:imports": "dynamo-validate-imports",
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CONTEXT_CONTRACT_TEMPLATE = void 0;
4
4
  /**
5
- * Context contract template.
5
+ * Context contract template (REQ-CONT-012..015).
6
6
  * Strukturált tények/állapot, cache-elt és pinned információk kezelő contract szövege.
7
7
  */
8
8
  exports.CONTEXT_CONTRACT_TEMPLATE = {
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.EXECUTION_SUMMARY_CONTRACT_TEMPLATE = void 0;
4
4
  /**
5
- * Execution summary contract template.
5
+ * Execution summary contract template (REQ-CONT-008..011).
6
6
  * A végrehajtott lépések és eredmények kompakt rekordját kezelő contract szövege.
7
7
  * Canonical tag a system prompt injekcióhoz: [EXECUTION_SUMMARY]; a spec említi az
8
8
  * [EXECUTION_HISTORY_SUMMARY] alternatívát is (compacting kimeneteknél).
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.HISTORY_SUMMARY_CONTRACT_TEMPLATE = void 0;
4
4
  /**
5
- * History summary contract template.
5
+ * History summary contract template (REQ-CONT-004..007).
6
6
  * A korábbi beszélgetés kompakt memóriáját kezelő contract szövege.
7
7
  */
8
8
  exports.HISTORY_SUMMARY_CONTRACT_TEMPLATE = {
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.RUN_CONTRACT_TEMPLATE = void 0;
4
4
  /**
5
- * Run contract template.
5
+ * Run contract template (REQ-CONT-017).
6
6
  * A run execution cycle definíciójának contract szövege.
7
7
  */
8
8
  exports.RUN_CONTRACT_TEMPLATE = 'RUN: A single execution cycle within a Session. '
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SESSION_CONTRACT_TEMPLATE = void 0;
4
4
  /**
5
- * Session contract template.
5
+ * Session contract template (REQ-CONT-016).
6
6
  * A session életciklus definíciójának contract szövege.
7
7
  */
8
8
  exports.SESSION_CONTRACT_TEMPLATE = 'SESSION: The complete lifecycle of a single chat thread '
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.buildCompositeChannelId = buildCompositeChannelId;
4
4
  exports.parseCompositeChannelId = parseCompositeChannelId;
5
5
  /**
6
- * Composite channel ID előállítása a `providerName:channelId` formátumban.
6
+ * Composite channel ID előállítása a `providerName:channelId` formátumban (REQ-MSG-006).
7
7
  */
8
8
  function buildCompositeChannelId(channel) {
9
9
  return `${channel.providerName}:${channel.channelId}`;
@@ -15,7 +15,7 @@ const tools_in_context_util_service_1 = require("../tools/tools-in-context.util-
15
15
  const execution_history_control_service_1 = require("./history/execution-history.control-service");
16
16
  const tool_calling_control_service_1 = require("./tool-calling.control-service");
17
17
  /**
18
- * Agentic loop control-service.
18
+ * Agentic loop control-service (REQ-AL-001, REQ-AL-002, REQ-AL-003, REQ-AL-004).
19
19
  * A központi iterációs ciklus: LLM decision -> action routing -> next iteration.
20
20
  */
21
21
  class CCAP_AgenticLoop_ControlService {
@@ -171,7 +171,7 @@ class CCAP_AgenticLoop_ControlService {
171
171
  closeContextKeys: decision.closeContextKeys,
172
172
  });
173
173
  }
174
- fsm_dynamo_1.DyFM_Log.testInfo(`CCAP_AgenticLoop | Iteration ${iterationCount}`
174
+ fsm_dynamo_1.DyFM_Log.info(`CCAP_AgenticLoop | Iteration ${iterationCount}`
175
175
  + ` | action: ${decision.action}`
176
176
  + ` | intent: ${decision.intent}`);
177
177
  }
@@ -179,7 +179,7 @@ class CCAP_AgenticLoop_ControlService {
179
179
  const reachedMax = iterationCount >= agent_const_1.MAX_AGENT_LOOP_ITERATION_CAP
180
180
  && lastDecision?.action !== ccap_run_action_type_enum_1.CCAP_RunAction_Type.result;
181
181
  if (reachedMax) {
182
- fsm_dynamo_1.DyFM_Log.testInfo(`CCAP_AgenticLoop | MAX_ITERATIONS reached (${agent_const_1.MAX_AGENT_LOOP_ITERATION_CAP})`);
182
+ fsm_dynamo_1.DyFM_Log.info(`CCAP_AgenticLoop | MAX_ITERATIONS reached (${agent_const_1.MAX_AGENT_LOOP_ITERATION_CAP})`);
183
183
  }
184
184
  // Fallback decision ha nincs lastDecision
185
185
  const finalDecision = lastDecision ?? {
@@ -1 +1 @@
1
- {"version":3,"file":"agentic-loop.control-service.js","sourceRoot":"","sources":["../../../../src/_modules/agent/agentic-loop.control-service.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"agentic-loop.control-service.js","sourceRoot":"","sources":["../../../../src/_modules/agent/agentic-loop.control-service.ts"],"names":[],"mappings":"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"}
@@ -13,7 +13,7 @@ const session_data_service_1 = require("../session/session.data-service");
13
13
  const run_data_service_1 = require("./run.data-service");
14
14
  const new_user_message_handling_control_service_1 = require("./new-user-message-handling.control-service");
15
15
  /**
16
- * Analyze control-service.
16
+ * Analyze control-service (REQ-RUN-003, REQ-RUN-004, REQ-RUN-005, REQ-RUN-006, REQ-RUN-007).
17
17
  * ANALYZE_NEW_SESSION és ANALYZE_EXISTING_SESSION LLM hívások
18
18
  * a session/run intent és goal meghatározásához.
19
19
  */
@@ -21,7 +21,8 @@ const conversation_full_active_compacting_control_service_1 = require("./compact
21
21
  const compacting_const_1 = require("./compacting/_collections/compacting.const");
22
22
  const tools_in_context_util_service_1 = require("../tools/tools-in-context.util-service");
23
23
  /**
24
- * Assemble conversation control-service.
24
+ * Assemble conversation control-service (REQ-RUN-008, REQ-RUN-009, REQ-RUN-010, REQ-RUN-011, REQ-RUN-012,
25
+ * REQ-CH-001, REQ-CH-002, REQ-CH-004, REQ-CH-005).
25
26
  * A run induló conversation (message list) összeállítása:
26
27
  * [SYSTEM_PROMPT] (SOUL + handling rules + CONTEXT + HISTORY + EXECUTION + TOOLS) + raw chat + raw exec + NEW_USER_MSG.
27
28
  * Contract data a system prompt-ba injektálva (Phase 2.07). Ha túl hosszú: compacting loop, majd újraépítés.
@@ -68,7 +69,7 @@ class CCAP_AssembleConversation_ControlService {
68
69
  userPromptSize: userPromptSize,
69
70
  });
70
71
  panicTriggered = loopResult.panicTriggered;
71
- fsm_dynamo_1.DyFM_Log.testInfo(`CCAP_Assemble | Compacting loop finished`
72
+ fsm_dynamo_1.DyFM_Log.info(`CCAP_Assemble | Compacting loop finished`
72
73
  + ` | iterations: ${loopResult.iterationCount}`
73
74
  + ` | panic: ${panicTriggered}`);
74
75
  }
@@ -1 +1 @@
1
- {"version":3,"file":"assemble-conversation.control-service.js","sourceRoot":"","sources":["../../../../src/_modules/agent/assemble-conversation.control-service.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"assemble-conversation.control-service.js","sourceRoot":"","sources":["../../../../src/_modules/agent/assemble-conversation.control-service.ts"],"names":[],"mappings":"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"}
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SOUL_MAX_RATIO = exports.CONTEXT_COMPACT_MIN_CHARS = exports.MAX_COMPACTING_ITERATIONS = exports.CHARS_PER_TOKEN_ESTIMATE = exports.BALANCED_AGENT_SOUL_RATIO = exports.KEEP_LAST_EXECUTION_COUNT = exports.PANIC_CHUNKING_RATIO = exports.RAW_EXECUTION_HISTORY_COMPACT_THRESHOLD = exports.TOO_LONG_TOOL_RESULT_THRESHOLD_RATIO = void 0;
4
4
  /**
5
- * Compacting modul konstansok.
5
+ * Compacting modul konstansok (REQ-CH-013).
6
6
  * Re-exportok a Phase 01 alap konstansokból + compacting-specifikus értékek.
7
7
  */
8
8
  var compacting_const_1 = require("../../../../_collections/consts/compacting.const");
@@ -9,7 +9,7 @@ const llm_control_service_1 = require("../../llm/llm.control-service");
9
9
  const chat_history_compacting_prompt_template_1 = require("../../llm/_collections/prompt-templates/chat-history-compacting.prompt-template");
10
10
  const chat_history_control_service_1 = require("../history/chat-history.control-service");
11
11
  /**
12
- * Chat history compacting control-service.
12
+ * Chat history compacting control-service (REQ-COMP-003, REQ-COMP-004, REQ-COMP-005, REQ-COMP-006).
13
13
  * LLM hívás: "You are a context compaction engine."
14
14
  * Kimenet: summary + toContextCache.
15
15
  */
@@ -6,7 +6,7 @@ const ccap_llm_call_type_type_enum_1 = require("../../../_enums/ccap-llm-call-ty
6
6
  const llm_control_service_1 = require("../../llm/llm.control-service");
7
7
  const context_compacting_prompt_template_1 = require("../../llm/_collections/prompt-templates/context-compacting.prompt-template");
8
8
  /**
9
- * Context compacting control-service.
9
+ * Context compacting control-service (REQ-COMP-017..021).
10
10
  * Struktúratartó, nem invenzív kompaktálás: csak rövidítés és szűrés.
11
11
  * Kimenet → CONTEXT_UPDATED.
12
12
  */
@@ -18,7 +18,7 @@ const execution_history_compacting_control_service_1 = require("./execution-hist
18
18
  const soul_compacting_control_service_1 = require("./soul-compacting.control-service");
19
19
  const compacting_const_1 = require("./_collections/compacting.const");
20
20
  /**
21
- * CONVERSATION_FULL_ACTIVE compacting while-loop control-service.
21
+ * CONVERSATION_FULL_ACTIVE compacting while-loop control-service (REQ-CH-011..016).
22
22
  * while ((size) > contextWindow): 5 ág sorrendben.
23
23
  */
24
24
  class CCAP_ConversationFullActiveCompacting_ControlService {
@@ -41,7 +41,7 @@ class CCAP_ConversationFullActiveCompacting_ControlService {
41
41
  && iterationCount < compacting_const_1.MAX_COMPACTING_ITERATIONS) {
42
42
  iterationCount++;
43
43
  compactingApplied = true;
44
- fsm_dynamo_1.DyFM_Log.testInfo(`CCAP_FullActiveCompacting | Iteration ${iterationCount}`
44
+ fsm_dynamo_1.DyFM_Log.info(`CCAP_FullActiveCompacting | Iteration ${iterationCount}`
45
45
  + ` | size: ${totalSize} / ${contextWindowChars}`);
46
46
  // 1. ág: EXECUTION_HISTORY_SUMMARY L1 → L2
47
47
  const summaryState = execHistoryService.getSummaryState({
@@ -1 +1 @@
1
- {"version":3,"file":"conversation-full-active-compacting.control-service.js","sourceRoot":"","sources":["../../../../../src/_modules/agent/compacting/conversation-full-active-compacting.control-service.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"conversation-full-active-compacting.control-service.js","sourceRoot":"","sources":["../../../../../src/_modules/agent/compacting/conversation-full-active-compacting.control-service.ts"],"names":[],"mappings":"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"}
@@ -9,7 +9,7 @@ const llm_control_service_1 = require("../../llm/llm.control-service");
9
9
  const execution_history_compacting_prompt_template_1 = require("../../llm/_collections/prompt-templates/execution-history-compacting.prompt-template");
10
10
  const execution_history_control_service_1 = require("../history/execution-history.control-service");
11
11
  /**
12
- * Execution history compacting control-service.
12
+ * Execution history compacting control-service (REQ-COMP-007..012).
13
13
  * NEW_EXECUTION_HISTORY_SUMMARY és COMBINE_EXECUTION_HISTORY_SUMMARY.
14
14
  */
15
15
  class CCAP_ExecutionHistoryCompacting_ControlService {
@@ -7,7 +7,7 @@ const llm_control_service_1 = require("../../llm/llm.control-service");
7
7
  const session_data_service_1 = require("../../session/session.data-service");
8
8
  const soul_compacting_prompt_template_1 = require("../../llm/_collections/prompt-templates/soul-compacting.prompt-template");
9
9
  /**
10
- * Soul & panic compacting control-service.
10
+ * Soul & panic compacting control-service (REQ-COMP-013, REQ-COMP-014, REQ-COMP-015, REQ-SESS-010).
11
11
  * SOUL_COMPACTING: túl hosszú SOUL kompaktálás.
12
12
  * PANIC_SYSTEM_PROMPT_COMPACTING: utolsó megoldás, teljes system prompt kompaktálás.
13
13
  */
@@ -70,7 +70,7 @@ class CCAP_SoulCompacting_ControlService {
70
70
  messages: [{ role: 'user', content: userPrompt }],
71
71
  options: { responseFormat: 'text' },
72
72
  });
73
- fsm_dynamo_1.DyFM_Log.testInfo(`CCAP_SoulCompacting | PANIC system prompt compacted`
73
+ fsm_dynamo_1.DyFM_Log.info(`CCAP_SoulCompacting | PANIC system prompt compacted`
74
74
  + ` | ${params.systemPromptContent.length} -> ${response.content.length} chars`);
75
75
  return response.content;
76
76
  }
@@ -1 +1 @@
1
- {"version":3,"file":"soul-compacting.control-service.js","sourceRoot":"","sources":["../../../../../src/_modules/agent/compacting/soul-compacting.control-service.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"soul-compacting.control-service.js","sourceRoot":"","sources":["../../../../../src/_modules/agent/compacting/soul-compacting.control-service.ts"],"names":[],"mappings":"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"}
@@ -9,7 +9,7 @@ const llm_control_service_1 = require("../../llm/llm.control-service");
9
9
  const tool_result_chunking_prompt_template_1 = require("../../llm/_collections/prompt-templates/tool-result-chunking.prompt-template");
10
10
  const compacting_const_1 = require("./_collections/compacting.const");
11
11
  /**
12
- * Tool result compacting control-service.
12
+ * Tool result compacting control-service (REQ-COMP-022..030).
13
13
  * Méretküszöb check, chunking (LLM/script), relevancia kiválasztás.
14
14
  */
15
15
  class CCAP_ToolResultCompacting_ControlService {
@@ -29,7 +29,7 @@ class CCAP_ToolResultCompacting_ControlService {
29
29
  wasTooLong: false,
30
30
  };
31
31
  }
32
- fsm_dynamo_1.DyFM_Log.testInfo(`CCAP_ToolResultCompacting | Too long`
32
+ fsm_dynamo_1.DyFM_Log.info(`CCAP_ToolResultCompacting | Too long`
33
33
  + ` | size: ${params.toolResultContent.length}`
34
34
  + ` | threshold: ${threshold}`);
35
35
  // Chunking: LLM vagy script