alou 0.1.6

智能自动化工作流系统 - 基于Rust和Model Context Protocol (MCP)的智能体
Documentation
1
2
3
4
5
6
7
8
9
10
11
<script setup lang="ts">
import AgentChat from '../components/AgentChat.vue'
</script>

<template>
  <AgentChat />
</template>

<style scoped>
/* No styles needed - AgentChat handles its own sizing */
</style>