Skip to content

[Feature]: Workflow & Automation Integration (n8n / Agent Pipelines) #158

@sarthakdubeyy12

Description

@sarthakdubeyy12

Description

Add support for workflow-based integration so Moss can be used as a retrieval component inside automated pipelines. This could include a lightweight adapter or community node that exposes core actions (index documents, query search, manage data) as callable steps within a workflow. The goal is to allow developers to trigger Moss operations programmatically and chain them with other services (LLMs, storage, notifications) without writing custom glue code, making it easier to use Moss in end-to-end AI systems.

Use case

Moss is great for fast semantic search inside applications, but integrating it into real-world workflows currently requires manual setup and custom glue code. In many use cases (like support systems, document search, or AI pipelines), developers need to trigger indexing, run queries, and pass results to other systems automatically. This is especially useful for teams building end-to-end AI workflows, not just standalone apps.

Proposed solution

Provide integration support for workflow and agent orchestration tools (e.g., an n8n community node or similar adapter). This would allow users to trigger indexing and querying as part of a workflow, and pass results downstream (to LLMs, notifications, databases, etc.). Adding a few example pipelines would make it easier for developers to use Moss in real production scenarios without writing custom integration code.

Alternatives considered

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions