logologoShire
Guide
Examples
GitHub
Guide
Examples
GitHub
logologoShire
Introduction
Quick Start
Shire 设计原则

Shire Language

Shire Language Introduction
Shire Command & Template
Shire Config (Hobbit Hole)
Shire Builtin Variable
Shire Custom Variable
Toolchain Variable
Toolchain Function
Condition Visible

Lifecycle

Lifecycle
onStreaming (TBC)
beforeStreaming (Reserved)
onStreamingDone
afterStreaming

ShireQL

ShireQL
ShireQL 基本语法
ShireQL PSI Query
ShireQL Git Query
ShireQL Database Query
ShireQL Dependency Query (TBC)

Data Privacy

Data Privacy
Pipeline 函数
AI 数据安全保护函数

Workflow

Workflow
Remote AI Agent
Response Routing Function
Shire RAG Workflow

Cloud

Remote AI Agent
Http API Tool

Development

Development
设计原则
Language Specification
IDE Note

#ShireQL Dependency Query (TBC)

#Maven 示例

--- variables: "mavenDependencies": { from { ProjectDependency dependency } where { dependency.groupId == "org.springframework.boot" and dependency.artifactId == "spring-boot-starter-web" } select { dependency.groupId, dependency.artifactId, dependency.version } } ---
Previous PageShireQL Database Query
Next pageData Privacy
ON THIS PAGE
  • Maven 示例