🤖 Manage Appian tasks with Ollama Qwen LLM and Postgres memory

172 views · 🤖 AI Chatbots & Agents

Description

This workflow is a simple example of using n8n as an AI chat interface into Appian. It connects a local LLM, persistent memory, and API tools to demonstrate how an agent can interact with Appian tasks.

What this workflow does

How it works

  1. A user sends a chat message
  2. The workflow normalizes fields such as text, username, and sessionId
  3. The AI Agent processes the message using Ollama and Postgres memory
  4. If the user asks about tasks, the agent calls the Appian APIs
  5. The result, either a task list or confirmation of a new task, is returned through the webhook

Why this is useful

🔗 Nodes Used

Webhook, AI Agent, Ollama Chat Model, Chat Trigger, Postgres Chat Memory

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup