Github | Telegram | Documentation | Donation
IntelliJ IDEA plugin that provides first-class support for the Wippy agentic platform. It understands registry entry kinds (function.lua, agent.gen1, http.endpoint, etc.), validates YAML configurations, and offers smart navigation between entry definitions and their Lua implementations.
The plugin also integrates with Wippy's documentation API to provide inline help and autocompletion for Wippy-specific Lua modules like llm, process, registry, and others — making it easier for both humans and AI agents to develop within the Wippy ecosystem.
If you find this plugin useful, you can support its development:
Patreon
|
Buy me a coffee
|
Boosty
-
Using the IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "wippy-plugin" > Install
-
Using JetBrains Marketplace:
Go to JetBrains Marketplace and install it by clicking the Install to ... button in case your IDE is running.
You can also download the latest release from JetBrains Marketplace and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
Plugin based on the IntelliJ Platform Plugin Template.