@agentscope-ai/chat 1.1.37 → 1.1.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/cli.js +4 -8
- package/bin/starter_webui.zip +0 -0
- package/components/AgentScopeRuntimeWebUI/index.tsx +2 -2
- package/components/AgentScopeRuntimeWebUI/starter/sessionApi/index.ts +1 -1
- package/components/index.ts +1 -1
- package/lib/AgentScopeRuntimeWebUI/index.d.ts +2 -2
- package/lib/AgentScopeRuntimeWebUI/index.js +2 -2
- package/lib/AgentScopeRuntimeWebUI/starter/sessionApi/index.d.ts +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/package.json +2 -2
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/AgentScopeRuntime/Request/Builder.tsx +0 -0
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/AgentScopeRuntime/Request/Card.tsx +0 -0
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/AgentScopeRuntime/Response/Actions.tsx +0 -0
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/AgentScopeRuntime/Response/Builder.tsx +0 -0
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/AgentScopeRuntime/Response/Card.tsx +0 -0
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/AgentScopeRuntime/Response/Error.tsx +0 -0
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/AgentScopeRuntime/Response/Message.tsx +0 -0
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/AgentScopeRuntime/Response/Reasoning.tsx +0 -0
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/AgentScopeRuntime/Response/Tool.tsx +0 -0
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/AgentScopeRuntime/index.tsx +0 -0
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/AgentScopeRuntime/types.tsx +0 -0
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/Chat/Input/index.tsx +0 -0
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/Chat/Input/useAttachments.tsx +0 -0
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/Chat/MessageList/index.tsx +0 -0
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/Chat/Welcome/index.tsx +0 -0
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/Chat/Welcome/styles.ts +0 -0
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/Chat/hooks/index.tsx +0 -0
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/Chat/hooks/useChatController.tsx +0 -0
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/Chat/hooks/useChatMessageHandler.tsx +0 -0
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/Chat/hooks/useChatRequest.tsx +0 -0
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/Chat/hooks/useChatSessionHandler.tsx +0 -0
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/Chat/index.tsx +0 -0
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/Chat/styles.tsx +0 -0
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/ChatAnywhere/ComposedProvider.tsx +0 -0
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/ChatAnywhere/index.tsx +0 -0
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/Context/ChatAnywhereControl.tsx +0 -0
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/Context/ChatAnywhereInputContext.tsx +0 -0
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/Context/ChatAnywhereLayoutContext.tsx +0 -0
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/Context/ChatAnywhereMessagesContext.tsx +0 -0
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/Context/ChatAnywhereOptionsContext.tsx +0 -0
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/Context/ChatAnywhereSessionsContext.tsx +0 -0
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/Context/useChatAnywhereEventEmitter.tsx +0 -0
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/Header/index.tsx +0 -0
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/Header/styles.ts +0 -0
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/Layout/index.tsx +0 -0
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/Layout/styles.tsx +0 -0
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/Sessions/index.tsx +0 -0
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/Sessions/styles.tsx +0 -0
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/demo/OptionsPanel/FormItem.tsx +0 -0
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/demo/OptionsPanel/OptionsEditor.tsx +0 -0
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/demo/OptionsPanel/defaultConfig.ts +0 -0
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/demo/OptionsPanel/index.tsx +0 -0
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/demo/index.tsx +0 -0
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/demo/sessionApi/index.ts +0 -0
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/types/IChatAnywhere.ts +0 -0
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/types/IMessages.tsx +0 -0
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/types/ISessions.tsx +0 -0
- /package/components/AgentScopeRuntimeWebUI/{lib → core}/types/index.tsx +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/AgentScopeRuntime/Request/Builder.d.ts +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/AgentScopeRuntime/Request/Builder.js +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/AgentScopeRuntime/Request/Card.d.ts +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/AgentScopeRuntime/Request/Card.js +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/AgentScopeRuntime/Response/Actions.d.ts +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/AgentScopeRuntime/Response/Actions.js +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/AgentScopeRuntime/Response/Builder.d.ts +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/AgentScopeRuntime/Response/Builder.js +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/AgentScopeRuntime/Response/Card.d.ts +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/AgentScopeRuntime/Response/Card.js +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/AgentScopeRuntime/Response/Error.d.ts +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/AgentScopeRuntime/Response/Error.js +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/AgentScopeRuntime/Response/Message.d.ts +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/AgentScopeRuntime/Response/Message.js +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/AgentScopeRuntime/Response/Reasoning.d.ts +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/AgentScopeRuntime/Response/Reasoning.js +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/AgentScopeRuntime/Response/Tool.d.ts +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/AgentScopeRuntime/Response/Tool.js +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/AgentScopeRuntime/index.d.ts +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/AgentScopeRuntime/index.js +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/AgentScopeRuntime/types.d.ts +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/AgentScopeRuntime/types.js +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Chat/Input/index.d.ts +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Chat/Input/index.js +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Chat/Input/useAttachments.d.ts +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Chat/Input/useAttachments.js +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Chat/MessageList/index.d.ts +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Chat/MessageList/index.js +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Chat/Welcome/index.d.ts +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Chat/Welcome/index.js +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Chat/Welcome/styles.d.ts +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Chat/Welcome/styles.js +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Chat/hooks/index.d.ts +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Chat/hooks/index.js +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Chat/hooks/useChatController.d.ts +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Chat/hooks/useChatController.js +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Chat/hooks/useChatMessageHandler.d.ts +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Chat/hooks/useChatMessageHandler.js +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Chat/hooks/useChatRequest.d.ts +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Chat/hooks/useChatRequest.js +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Chat/hooks/useChatSessionHandler.d.ts +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Chat/hooks/useChatSessionHandler.js +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Chat/index.d.ts +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Chat/index.js +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Chat/styles.d.ts +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Chat/styles.js +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/ChatAnywhere/ComposedProvider.d.ts +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/ChatAnywhere/ComposedProvider.js +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/ChatAnywhere/index.d.ts +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/ChatAnywhere/index.js +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Context/ChatAnywhereControl.d.ts +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Context/ChatAnywhereControl.js +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Context/ChatAnywhereInputContext.d.ts +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Context/ChatAnywhereInputContext.js +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Context/ChatAnywhereLayoutContext.d.ts +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Context/ChatAnywhereLayoutContext.js +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Context/ChatAnywhereMessagesContext.d.ts +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Context/ChatAnywhereMessagesContext.js +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Context/ChatAnywhereOptionsContext.d.ts +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Context/ChatAnywhereOptionsContext.js +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Context/ChatAnywhereSessionsContext.d.ts +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Context/ChatAnywhereSessionsContext.js +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Context/useChatAnywhereEventEmitter.d.ts +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Context/useChatAnywhereEventEmitter.js +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Header/index.d.ts +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Header/index.js +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Header/styles.d.ts +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Header/styles.js +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Layout/index.d.ts +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Layout/index.js +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Layout/styles.d.ts +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Layout/styles.js +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Sessions/index.d.ts +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Sessions/index.js +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Sessions/styles.d.ts +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/Sessions/styles.js +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/types/IChatAnywhere.d.ts +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/types/IChatAnywhere.js +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/types/IMessages.d.ts +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/types/IMessages.js +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/types/ISessions.d.ts +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/types/ISessions.js +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/types/index.d.ts +0 -0
- /package/lib/AgentScopeRuntimeWebUI/{lib → core}/types/index.js +0 -0
package/bin/cli.js
CHANGED
|
@@ -12,20 +12,16 @@ program
|
|
|
12
12
|
|
|
13
13
|
const options = program.opts();
|
|
14
14
|
|
|
15
|
-
|
|
16
15
|
async function startServer() {
|
|
17
16
|
console.log('\n🚀 Starting AgentScope Runtime WebUI...\n');
|
|
18
17
|
|
|
19
18
|
try {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
execSync('rm -rf agentscope-runtime')
|
|
23
|
-
execSync('git clone https://github.com/lishengzxc/agentscope-runtime.git -b dev', {
|
|
24
|
-
stdio: 'inherit',
|
|
25
|
-
})
|
|
19
|
+
execSync(`unzip ${__dirname}/starter_webui.zip -d ${__dirname}`);
|
|
26
20
|
|
|
27
21
|
execSync(
|
|
28
|
-
`cd
|
|
22
|
+
`cd ${__dirname}/starter_webui && npm install && BASE_URL=${
|
|
23
|
+
options.url || 'BASE_URL'
|
|
24
|
+
} TOKEN=${options.token || 'TOKEN'} npm run dev`,
|
|
29
25
|
{
|
|
30
26
|
stdio: 'inherit',
|
|
31
27
|
},
|
|
Binary file
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { default } from './
|
|
1
|
+
export { default } from './core/ChatAnywhere';
|
|
2
2
|
export { default as Demo } from './starter';
|
|
3
|
-
export * from './
|
|
3
|
+
export * from './core/types';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IAgentScopeRuntimeWebUISessionAPI } from '@agentscope-ai/chat';
|
|
2
|
-
import { IAgentScopeRuntimeWebUISession } from '../../
|
|
2
|
+
import { IAgentScopeRuntimeWebUISession } from '../../core/types/ISessions';
|
|
3
3
|
|
|
4
4
|
class SessionApi implements IAgentScopeRuntimeWebUISessionAPI {
|
|
5
5
|
private lsKey: string;
|
package/components/index.ts
CHANGED
|
@@ -30,7 +30,7 @@ export type { ChatAnywhereRef, TMessage, TSession } from './ChatAnywhere';
|
|
|
30
30
|
export * as DefaultCards from './DefaultCards';
|
|
31
31
|
|
|
32
32
|
export { default as AgentScopeRuntimeWebUI } from './AgentScopeRuntimeWebUI';
|
|
33
|
-
export * from './AgentScopeRuntimeWebUI/
|
|
33
|
+
export * from './AgentScopeRuntimeWebUI/core/types';
|
|
34
34
|
|
|
35
35
|
export {
|
|
36
36
|
Accordion,
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { default } from './
|
|
1
|
+
export { default } from './core/ChatAnywhere';
|
|
2
2
|
export { default as Demo } from './starter';
|
|
3
|
-
export * from './
|
|
3
|
+
export * from './core/types';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { default } from "./
|
|
1
|
+
export { default } from "./core/ChatAnywhere";
|
|
2
2
|
export { default as Demo } from "./starter";
|
|
3
|
-
export * from "./
|
|
3
|
+
export * from "./core/types";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IAgentScopeRuntimeWebUISessionAPI } from "../../..";
|
|
2
|
-
import { IAgentScopeRuntimeWebUISession } from '../../
|
|
2
|
+
import { IAgentScopeRuntimeWebUISession } from '../../core/types/ISessions';
|
|
3
3
|
declare class SessionApi implements IAgentScopeRuntimeWebUISessionAPI {
|
|
4
4
|
private lsKey;
|
|
5
5
|
private sessionList;
|
package/lib/index.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ export { default as ChatAnywhere, useChatAnywhere, useInput, useMessages, useSes
|
|
|
10
10
|
export type { ChatAnywhereRef, TMessage, TSession } from './ChatAnywhere';
|
|
11
11
|
export * as DefaultCards from './DefaultCards';
|
|
12
12
|
export { default as AgentScopeRuntimeWebUI } from './AgentScopeRuntimeWebUI';
|
|
13
|
-
export * from './AgentScopeRuntimeWebUI/
|
|
13
|
+
export * from './AgentScopeRuntimeWebUI/core/types';
|
|
14
14
|
export { Accordion, Accordion as Process, type IAccordionProps, type IAccordionProps as IProcess, } from './Accordion';
|
|
15
15
|
export { default as DeepThink, default as DeepThinking, type IDeepThinking, } from './Accordion/DeepThinking';
|
|
16
16
|
export { default as Attachments, type AttachmentsProps, type AttachmentsProps as IAttachmentsProps, } from './Attachments';
|
package/lib/index.js
CHANGED
|
@@ -9,7 +9,7 @@ export { default as ChatAnywhere, useChatAnywhere, useInput, useMessages, useSes
|
|
|
9
9
|
import * as _DefaultCards from "./DefaultCards";
|
|
10
10
|
export { _DefaultCards as DefaultCards };
|
|
11
11
|
export { default as AgentScopeRuntimeWebUI } from "./AgentScopeRuntimeWebUI";
|
|
12
|
-
export * from "./AgentScopeRuntimeWebUI/
|
|
12
|
+
export * from "./AgentScopeRuntimeWebUI/core/types";
|
|
13
13
|
export { Accordion, Accordion as Process } from "./Accordion";
|
|
14
14
|
export { default as DeepThink, default as DeepThinking } from "./Accordion/DeepThinking";
|
|
15
15
|
export { default as Attachments } from "./Attachments";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agentscope-ai/chat",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.38",
|
|
4
4
|
"description": "a free and open-source chat framework for building excellent LLM-powered chat experiences",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"sideEffects": [
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"lint:css": "stylelint \"{src,test}/**/*.{css,less}\"",
|
|
32
32
|
"lint:es": "eslint \"{src,test}/**/*.{js,jsx,ts,tsx}\"",
|
|
33
33
|
"llms:build": "LLM=true dumi build",
|
|
34
|
-
"prepare": "
|
|
34
|
+
"prepare": "dumi setup",
|
|
35
35
|
"src:build": "father build",
|
|
36
36
|
"start": "npm run dev"
|
|
37
37
|
},
|
/package/components/AgentScopeRuntimeWebUI/{lib → core}/AgentScopeRuntime/Request/Builder.tsx
RENAMED
|
File without changes
|
|
File without changes
|
/package/components/AgentScopeRuntimeWebUI/{lib → core}/AgentScopeRuntime/Response/Actions.tsx
RENAMED
|
File without changes
|
/package/components/AgentScopeRuntimeWebUI/{lib → core}/AgentScopeRuntime/Response/Builder.tsx
RENAMED
|
File without changes
|
|
File without changes
|
/package/components/AgentScopeRuntimeWebUI/{lib → core}/AgentScopeRuntime/Response/Error.tsx
RENAMED
|
File without changes
|
/package/components/AgentScopeRuntimeWebUI/{lib → core}/AgentScopeRuntime/Response/Message.tsx
RENAMED
|
File without changes
|
/package/components/AgentScopeRuntimeWebUI/{lib → core}/AgentScopeRuntime/Response/Reasoning.tsx
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/components/AgentScopeRuntimeWebUI/{lib → core}/Chat/hooks/useChatMessageHandler.tsx
RENAMED
|
File without changes
|
|
File without changes
|
/package/components/AgentScopeRuntimeWebUI/{lib → core}/Chat/hooks/useChatSessionHandler.tsx
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/components/AgentScopeRuntimeWebUI/{lib → core}/Context/ChatAnywhereInputContext.tsx
RENAMED
|
File without changes
|
/package/components/AgentScopeRuntimeWebUI/{lib → core}/Context/ChatAnywhereLayoutContext.tsx
RENAMED
|
File without changes
|
/package/components/AgentScopeRuntimeWebUI/{lib → core}/Context/ChatAnywhereMessagesContext.tsx
RENAMED
|
File without changes
|
/package/components/AgentScopeRuntimeWebUI/{lib → core}/Context/ChatAnywhereOptionsContext.tsx
RENAMED
|
File without changes
|
/package/components/AgentScopeRuntimeWebUI/{lib → core}/Context/ChatAnywhereSessionsContext.tsx
RENAMED
|
File without changes
|
/package/components/AgentScopeRuntimeWebUI/{lib → core}/Context/useChatAnywhereEventEmitter.tsx
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|