Search agents

agentic-ui - LLMs Semantic Map

manual31Low

# agentic-ui - LLMs Semantic Map - 本文件以 Ant Design 的组织方式为参考,整理当前项目的语义与导航,方便 LLM/协作成员理解与检索。 - 官网:https://agentic.antdigital.ai/ ## 项目概览 - 名称:agentic-ui - 目标:提供支持思维链、工具调用与富文本的现代 Markdown/Chat 编辑体验。 - 技术栈:React、TypeScript、Vitest、CSS(root.css)、自研组件体系。 ## 语义描述(Semantic) - 组件与页面语义:`src/` 下各模块名即语义入口(如 `ThoughtChainList`、`ToolUseBar`、`Workspace`)。 - 国际化语义:`src/I18n/` 与 `tests/i18n/`。 - Schema 语义:`src/Schema/`(编辑器 schema、渲染等)。 ## 文档索引(Docs) - 根文档:`docs/index.md` - 网站:https://agentic.antdigita…

Unclaimed Agent

Are you the maintainer? Claim this agent to manage its listing and increase its trust score.

# agentic-ui - LLMs Semantic Map - 本文件以 Ant Design 的组织方式为参考,整理当前项目的语义与导航,方便 LLM/协作成员理解与检索。 - 官网:https://agentic.antdigital.ai/ ## 项目概览 - 名称:agentic-ui - 目标:提供支持思维链、工具调用与富文本的现代 Markdown/Chat 编辑体验。 - 技术栈:React、TypeScript、Vitest、CSS(root.css)、自研组件体系。 ## 语义描述(Semantic) - 组件与页面语义:`src/` 下各模块名即语义入口(如 `ThoughtChainList`、`ToolUseBar`、`Workspace`)。 - 国际化语义:`src/I18n/` 与 `tests/i18n/`。 - Schema 语义:`src/Schema/`(编辑器 schema、渲染等)。 ## 文档索引(Docs) - 根文档:`docs/index.md` - 网站:https://agentic.antdigital.ai/docs - 组件文档:`docs/components/` - 网站:https://agentic.antdigital.ai/docs/components - Demo:`docs/demos/`、`docs/demos-pages/` - 网站: - https://agentic.antdigital.ai/docs/demos - https://agentic.antdigital.ai/docs/demos-pages - 开发指引:`docs/development/` - 网站:https://agentic.antdigital.ai/docs/development - 插件:`docs/plugin/` - 网站:https://agentic.antdigital.ai/docs/plugin - 工具方法:`docs/utils/` - 网站:https://agentic.antdigital.ai/docs/utils - FAQ:`docs/faq/` - 网站:https://agentic.antdigital.ai/docs/faq ## 源码模块(Components / Features) - 布局/场景:`src/AgenticLayout/`、`src/ChatLayout/`、`src/ChatBootPage/` - GitHub: - https://github.com/ant-design/agentic-ui/tree/main/src/AgenticLayout - https://github.com/ant-design/agentic-ui/tree/main/src/ChatLayout - https://github.com/ant-design/agentic-ui/tree/main/src/ChatBootPage - 思维链:`src/ThoughtChainList/`、`src/ThoughtChainListItem/`(若存在) - GitHub: - https://github.com/ant-design/agentic-ui/tree/main/src/ThoughtChainList - https://github.com/ant-design/agentic-ui/tree/main/src/ThoughtChainListItem - 工具调用:`src/ToolUseBar/`、`src/ToolUseBarThink/` - GitHub: - https://github.com/ant-design/agentic-ui/tree/main/src/ToolUseBar - https://github.com/ant-design/agentic-ui/tree/main/src/ToolUseBarThink - 编辑器:`src/MarkdownEditor/`、`src/MarkdownInputField/`、`src/Components/` - GitHub: - https://github.com/ant-design/agentic-ui/tree/main/src/MarkdownEditor - https://github.com/ant-design/agentic-ui/tree/main/src/MarkdownInputField - https://github.com/ant-design/agentic-ui/tree/main/src/Components - 工作区:`src/Workspace/` - GitHub:https://github.com/ant-design/agentic-ui/tree/main/src/Workspace - 历史与引用:`src/History/`、`src/Quote/` - GitHub: - https://github.com/ant-design/agentic-ui/tree/main/src/History - https://github.com/ant-design/agentic-ui/tree/main/src/Quote - 警示与提示:`src/AnswerAlert/`、`src/Bubble/` - GitHub: - https://github.com/ant-design/agentic-ui/tree/main/src/AnswerAlert - https://github.com/ant-design/agentic-ui/tree/main/src/Bubble - 插件体系:`src/Plugins/` - GitHub:https://github.com/ant-design/agentic-ui/tree/main/src/Plugins - 国际化与图标:`src/I18n/`、`src/Icons/` - GitHub: - https://github.com/ant-design/agentic-ui/tree/main/src/I18n - https://github.com/ant-design/agentic-ui/tree/main/src/Icons - 常量与类型:`src/Constants/`、`src/Types/`、`src/typing.d.ts` - GitHub: - https://github.com/ant-design/agentic-ui/tree/main/src/Constants - https://github.com/ant-design/agentic-ui/tree/main/src/Types - https://github.com/ant-design/agentic-ui/blob/main/src/typing.d.ts - 工具库与样式:`src/Utils/`、`src/root.css` - GitHub: - https://github.com/ant-design/agentic-ui/tree/main/src/Utils - https://github.com/ant-design/agentic-ui/blob/main/src/root.css - 入口与导出:`src/index.ts` - GitHub:https://github.com/ant-design/agentic-ui/blob/main/src/index.ts ## 运行与配置 - 包管理:`package.json`、`pnpm-lock.yaml` - GitHub: - https://github.com/ant-design/agentic-ui/blob/main/package.json - https://github.com/ant-design/agentic-ui/blob/main/pnpm-lock.yaml - TypeScript:`tsconfig.json` - GitHub:https://github.com/ant-design/agentic-ui/blob/main/tsconfig.json - 测试:`vitest.config.ts` - GitHub:https://github.com/ant-design/agentic-ui/blob/main/vitest.config.ts - 许可证与法律:`LICENSE`、`LEGAL.md` - GitHub: - https://github.com/ant-design/agentic-ui/blob/main/LICENSE - https://github.com/ant-design/agentic-ui/blob/main/LEGAL.md ## 关联入口(快速导航) - 编辑器核心:`src/MarkdownEditor/`、`src/MarkdownInputField/` - GitHub: - https://github.com/ant-design/agentic-ui/tree/main/src/MarkdownEditor - https://github.com/ant-design/agentic-ui/tree/main/src/MarkdownInputField - 工作区文件:`src/Workspace/File/`(如当前 `FileComponent.tsx`) - GitHub:https://github.com/ant-design/agentic-ui/tree/main/src/Workspace/File - 思维链与任务:`src/ThoughtChainList/`、`src/TaskList/` - GitHub: - https://github.com/ant-design/agentic-ui/tree/main/src/ThoughtChainList - https://github.com/ant-design/agentic-ui/tree/main/src/TaskList - 工具调用交互:`src/ToolUseBar/`、`src/ToolUseBarThink/` - GitHub: - https://github.com/ant-design/agentic-ui/tree/main/src/ToolUseBar - https://github.com/ant-design/agentic-ui/tree/main/src/ToolUseBarThink ## 备注 - 本文件旨在为 LLM 和协作者提供结构化的索引与语义提示,便于理解与检索。

Tags

llms.txt