39 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

---
# https://vitepress.dev/reference/default-theme-home-page
layout: home
hero:
name: "MarshoAI"
text: "A kawaii cat"
tagline: Kawaii, intelligent and extensible AI service plugin
actions:
- theme: brand
text: Start
link: /en/start/install/
- theme: alt
text: Develop & Extened
link: /en/dev/extension/
image:
light: /marsho-full.svg
dark: /marsho-full.svg
alt: Marsho Logo
features:
- title: Powerful Driver
icon: 🚀
details: Based on NoneBot2, it can be quickly installed on existing NoneBot2 or Liteyuki instances
- title: Interface Specification
icon: 💻
details: Any interface that follows the OpenAI standard can interact with MarshoAI
- title: Easy to Extend
icon: 🧩
details: Use Python writing tools and plugins to achieve function calls, and easily extend the functionality of MarshoAI
- title: Self-Bootstrapping
icon: 🤖
details: Use AI to automatically write code for the robot, achieve self-learning and self-optimization
---