Close Menu
  • News
    • Bitcoin
    • Altcoins
    • DeFi
    • Market Cap
  • Blockchain
  • Web 3
    • NFT
    • Metaverse
  • Regulation
  • Analysis
  • Learn
  • Blog
What's Hot

Vitalik wil dat de prijscrashes van DeFi niet langer automatische liquidaties veroorzaken

2026-06-03

Base’s status update system went down and no one noticed

2026-06-03

This is where we are in the cycle

2026-06-03
Facebook X (Twitter) Instagram
  • Contact
  • Terms & Conditions
  • Privacy Policy
  • DMCA
  • Advertise
Facebook X (Twitter) Instagram
Bitcoin Platform – Bitcoin | Altcoins | Blockchain | News Stories Updated Daily
  • News
    • Bitcoin
    • Altcoins
    • DeFi
    • Market Cap
  • Blockchain

    Base’s status update system went down and no one noticed

    2026-06-03

    Solayer launches Margin Trading Testnet

    2026-06-03

    XRP reaches $400 million in tokenized RWAs faster than Ethereum

    2026-06-03

    Origins Network Partners with PinGo AI to Revolutionize Decentralized Computing Infrastructure for AI Developers

    2026-06-03

    Global Partners with Thirty Seconds to Mars for Orb Verified ‘Humans Only Ticket’ System

    2026-06-03
  • Web 3
    • NFT
    • Metaverse
  • Regulation

    Bank of England stablecoin caps may choke the UK’s pound-token market before launch

    2026-06-03

    Europe is actively trying to stop the takeover of the dollar stablecoin

    2026-06-01

    How a disputed $1 billion claim became a powerful weapon against prediction markets

    2026-05-31

    The US says it has captured Iran’s cryptocurrency with a $1 billion seizure

    2026-05-31

    Hyperliquid’s HYPE rally is bigger than a new all-time high

    2026-05-31
  • Analysis

    XRP price falls below $1.22 as market sentiment turns sour

    2026-06-03

    Bitcoin returns to the price that closed 2021 and defined 2024, now retesting the rally

    2026-06-03

    Ed Yardeni Undercuts Fears That SpaceX, Anthropic and OpenAI Will Suck the Oxygen Out of the Stock Market – Here’s Why

    2026-06-03

    Bitcoin price in freefall as panic sweeps through the market

    2026-06-03

    A Bitcoin Flash Crash Below $68,000 Causes a Liquidation of About $400 Million in an Hour

    2026-06-03
  • Learn

    Williams %R Indicator in Crypto: How to Use %R in Crypto Trading

    2026-06-03

    What Is a Semi-Fungible Token? SFT Crypto Explained

    2026-06-02

    Pennant Chart Pattern in Crypto: How Bullish and Bearish Pennants Work

    2026-06-02

    Head and Shoulders Crypto Pattern: How It Works and How to Read It

    2026-06-01

    Crypto Triangle Patterns: How to Spot and Read Them

    2026-06-01
  • Blog
Bitcoin Platform – Bitcoin | Altcoins | Blockchain | News Stories Updated Daily
Home»Web 3»Weaviate launches agent skills to power AI coding agents
Web 3

Weaviate launches agent skills to power AI coding agents

2026-02-21No Comments4 Mins Read
Share
Facebook Twitter LinkedIn Pinterest Email

Amsterdam, Netherlands, February 21, 2026 (GLOBE NEWSWIRE) — February 20, 2026 – Weaviate, the leading open-source AI database, today announced the launch of Weaviate Agent skillsan innovative open-source repository that equips popular coding agents such as Claude Code, Cursor, GitHub Copilot, VS Code and Gemini CLI with precise tools for generating production-ready code focused on Weaviate workflows.

This release builds directly on Weaviate’s Query Agent, which was first previewed in March 2025 and will become generally available in September 2025. The Query Agent supports natural language queries across multiple collections, with multi-collection routing, intelligent query expansion, parsing for complex queries, user-defined filters, and reordering for optimal results. Developers can immediately test Agent Skills using Weaviate Cloud’s free Sandbox clusters—small instances designed for 14-day experiments that can be expanded or upgraded to shared cloud production setups.

Extensive storage tools

Up the warehouse github.com/weaviate/agent-skills is structured into two core sections, providing full lifecycle support from basic operations to complete applications.

Weaviate Skills in the /skills/weaviate directory provide detailed scripts for important tasks. These include cluster management, such as schema inspection, collection creation, and metadata retrieval; data lifecycle operations, including imports from CSV, JSON, or JSONL files plus sample data generation; agent search powered by Query Agent; and advanced retrieval options such as hybrid search (combining semantic keywords and keywords with alpha parameters), pure semantic or keyword modes.

Cookbooks in the /skills/weaviate-cookbooks directory provide end-to-end blueprints for production apps. Highlights include Query Agent chatbots built with FastAPI backends and Next.js frontends; multimodal PDF RAG pipelines using ModernVBERT for multivector embedding in addition to Ollama or Qwen3-VL for generation; basic, advanced and agentic RAG implementations with decomposition and refactoring; and DSPy optimized agents with custom tools and persistent memory.

See also  You're familiar with meme coins...but have you heard of 'culture coins'?

Six streamlined slash commands

Agent Skills introduces six intuitive commands that AI coding agents can automatically discover and execute, streamlining Weaviate interactions:

  • /weaviate:ask: Provides AI-generated answers with quotes via Query Agent.
  • /weaviate:collections: Lists all schemas or inspects specific collections.
  • /weaviate:explore: Shows data statistics, counts and sample objects.
  • /weaviate:fetch: Retrieves objects by ID or filters by properties.
  • /weaviate:query: Performs natural language queries on collections.
  • /weaviate:search: Performs hybrid, semantic, or keyword searches with parameters such as alpha blending.

For example, developers can run “/weaviate:search query ‘best laptops’ collection ‘Products’ type ‘hybrid’ alpha ‘0.7’” for balanced retrieval or “/weaviate:ask What are the benefits of vector databases?” against a documentation collection.

The vision of CEO Bob van Luijt

Bob van Luijt, co-founder and CEO of Weaviate, which he launched in March 2019 as an open-source vector search engine, shared launch insights. “Weaviate Agent Skills bridges the gap between fast AI coding and reliable infrastructure, allowing developers to build advanced AI systems without debugging agents’ hallucinations,” said Van Luijt.

As a prominent Netherlands-based technology entrepreneur, Van Luijt is an advocate of open-source AI tools. He positions Weaviate as a “battery inclusive” stack that combines vector search, structured filtering, and agentic capabilities for modern AI applications.

Direct installation for developers

Integration is designed for speed. Install with a single command such as npx skills, add weaviate/agent-skills or via plugin managers in tools such as Claude Code. Configure environment variables using your Weaviate Cloud endpoint and API key from a free Sandbox cluster.

Run /weaviate:quickstart for guided installation. This launch continues Weaviate’s 2025 momentum, including Query Agent GA, enhanced TypeScript/Python SDKs, multi-turn conversations, streaming responses, and new C#/Java clients for broader ecosystem support.

See also  Middleware software market can take a big step | Big giants IBM, Oracle, MuleSoft

Weaviate invites the community to star the repository, submit pull requests for new cookbooks, and participate in discussions on GitHub, the Weaviate Forum, Slack Workspace, and X.

Strategic impact on AI development

Agent Skills addresses a critical pain point: AI agents often generate inaccurate or incomplete code for vector databases due to hallucinations or outdated knowledge. By offering verified, modular tools, Weaviate enables faster iteration from prototype to production.

Early adopters report a threefold reduction in debug time for RAG pipelines and agentic apps. The repository’s modular design also facilitates contributions, with plans for expanded capabilities that include generative modules, rental isolation, and hybrid cloud deployments.

About Weaviate

Weaviate is an open-source AI database that provides storage, retrieval, and orchestration for generative AI at scale. Supported by enterprise-grade Weaviate Cloud services, it enables agentic workflows – from simple semantic search to complex multi-agent systems – and delivers sub-second latency on billions of objects.

Media contact:

Filip Vollet

PR@weaviate.io

+49-160-96488554

About Web3Wire
Web3Wire – Information, news, press releases, events and research articles about Web3, Metaverse, Blockchain, Artificial Intelligence, Cryptocurrencies, Decentralized Finance, NFTs and Gaming.
Visit Web3Wire for Web3 News and Events, Block3Wire for the latter Blockchain news And Meta3Wire to stay informed Metaverse news.

Source link

agent Agents coding Launches power skills Weaviate
Share. Facebook Twitter Pinterest LinkedIn Tumblr Email

Related Posts

Vitalik wil dat de prijscrashes van DeFi niet langer automatische liquidaties veroorzaken

2026-06-03

Solayer launches Margin Trading Testnet

2026-06-03

Ajay Rajan joins Protean eGov Technologies Ltd. as Managing Director and Chief Executive Officer

2026-06-03

Crypto Market News: AlphaPepe Presales Increase as Bitcoin Price Prediction Targets $50,000 Support

2026-06-03
Add A Comment

Comments are closed.

Top Posts

Why Ethereum -Game ‘The Sandbox’ is launching its own chain

2025-10-03

SWIFT is making progress in integrating a blockchain-based ledger into its payments network

2025-12-21

Analyst sets $105,000 as the next Bitcoin price target – here’s the timeline

2026-01-10
Editors Picks

Microstrategy to release Q2 2024 earnings report

2024-08-01

Solana wallet Phantom goes multichain, expands to Ethereum and Polygon

2023-05-10

SEC became a defendant in the NFT classification lawsuit

2024-07-30

US Senators Demand SEC Explanation Over Fake Tweet Announcing the Approval of Spot Bitcoin ETF

2024-01-11

Our mission is to develop a community of people who try to make financially sound decisions. The website strives to educate individuals in making wise choices about Cryptocurrencies, Defi, NFT, Metaverse and more.

We're social. Connect with us:

Facebook X (Twitter) Instagram Pinterest YouTube
Top Insights

Vitalik wil dat de prijscrashes van DeFi niet langer automatische liquidaties veroorzaken

Base’s status update system went down and no one noticed

This is where we are in the cycle

Get Informed

Subscribe to Updates

Get the latest news and Update from Bitcoin Platform about Crypto, Metaverse, NFT and more.

  • Contact
  • Terms & Conditions
  • Privacy Policy
  • DMCA
  • Advertise
© 2026 Bitcoinplatform.com - All rights reserved.

Type above and press Enter to search. Press Esc to cancel.