Skip to content

AI Asset Center

The role of Rules, Skills, and Knowledges in Lovrabet

A Lovrabet Agent needs behavioral boundaries, executable capabilities, and background knowledge to run. These map to Rules, Skills, and Knowledges respectively.

On top of Lovrabet's built-in capabilities, each app can define enterprise-level Rules, Skills, and Knowledges that everyone in the app can share, streamlining both development and runtime.

  • Rules — constrain the Agent's behavioral boundaries and decision logic, keeping output predictable, safe, and compliant.
  • Skills — give the Agent the ability to execute concrete tasks, such as calling tools, accessing APIs, running code, or querying databases.
  • Knowledges — supply domain knowledge, factual data, and long-term memory so the Agent can answer domain questions and remember past conversations.

Managing Rules

Rules apply only to development-time Agents. Lovrabet ships these preset Rules for different Agent scenarios:

  • RULES.md: global rules the Agent follows when developing pages, APIs, and more
  • DATABASE.md: rules the Agent follows during database analysis

Enable a Rule before it takes effect:

The enterprise Rules library in Lovrabet

Write Rules in the markdown editor and press Ctrl+S to save.

The Rules management view in the AI Asset Center

Managing Skills

Skills apply to both development-time and runtime Agents, and you can write app-wide Skills here.

Click "New Skill", fill in the name and code, then write the Skill in the markdown editor and press Ctrl+S to save.

<grid> <column width-ratio="0.300811"> Creating a new Skill in the AI Asset Center </column> <column width-ratio="0.699189"> The Skills management view in the AI Asset Center </column> </grid>

基于飞书知识库同步生成,内容以飞书源文档为准