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

The Selloff of CleanSpark and Bitcoin Miners – Is Miners’ HODL Era Ending?

2026-03-07

Bitcoin could reach $180,000 this year, but only if this scenario happens: Amber Data

2026-03-07

Bitcoin Price Rally Slows, Consolidation Signals Possible Next Step

2026-03-07
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

    CMC Markets Begins 24/7 Blockchain Settlements with JP Morgan’s Kinexys

    2026-03-07

    Chainlink helped Visa, ANZ and Fidelity do what banks have been trying to do for years

    2026-03-06

    Nine group partners with Rocket IDO to advance RWA’s cross-chain liquidity, powered by Web3 Launchpad

    2026-03-06

    Vision Chain uses Bitpanda Enterprise to drive scalable tokenization across Europe

    2026-03-06

    ‘Decentralization is an evolutionary layer, not a replacement’

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

    US lawmakers consider ban on prediction markets amid bets on Iran

    2026-03-06

    De volatiliteit van Bitcoin zou in april kunnen exploderen als SEC de markt achter de ETF-leverage beoordeelt

    2026-03-06

    Crypto company Kraken secures a direct link to Federal Reserve payments

    2026-03-04

    Bitcoin’s $85 billion derivatives engine may move onshore as CFTC eyes April approval

    2026-03-04

    De deadline voor stablecoins van het Witte Huis verstrijkt terwijl de CLARITY Act vastloopt

    2026-03-03
  • Analysis

    Bitcoin Price Rally Slows, Consolidation Signals Possible Next Step

    2026-03-07

    XRP Price Ladder Shows What Conditions Are Needed for $18, $100, and $500

    2026-03-07

    Bitcoin’s rally from $73,000 faces a crucial test as momentum looks to change

    2026-03-06

    ‘Good Times Have Arrived’ – Trader Michaël van de Poppe Says the Bitcoin Bear Phase is Over – Here Are His Goals

    2026-03-06

    XRP Price Retreats After Rally, Traders Eye Buy-the-Dip Setup

    2026-03-06
  • Learn

    What Is Wrapped ETH (WETH) and Why Do You Need It in DeFi?

    2026-03-06

    What Is Crypto Protocol and Why Coins Need It

    2026-03-04

    Wat is Liquid Proof-of-Stake: uitgelegd voor beginners

    2026-03-02

    The 9 Most Common Crypto Scam Types

    2026-03-02

    Sidechains Explained: What They Are, How They Work, and Why They Matter

    2026-02-20
  • 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  Jacobi launches Bitcoin ETF - a first for Europe, surpassing the US

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  Ekouaer launches the special edition of the wedding season and joins the button register

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

Shopify AI SEO Booster ranked as the best Shopify Chrome extension

2026-03-07

VIZO Z1 Pro AR Glasses Pass $500,000 on Kickstarter as Global Backer Interest Grows

2026-03-06

Artificial intelligence in mental health will grow at a CAGR of 21.98% and reach $8,418.32 million by 2032

2026-03-06

Yat Siu reveals how AI agents will drive Web3’s explosive mass adoption

2026-03-06
Add A Comment

Comments are closed.

Top Posts

Ducati starts waiting list for Web3 Digital Collectibles in partnership with XRP Ledger

2023-07-21

Story [IP] Does more than 10% win in the midst of liquidity thrust, but is a reversal here?

2025-07-08

Bitcoin could see weekend drally up to $ 100k, ready for new Ath?

2025-05-03
Editors Picks

Everything you need to know about Bitcoin blockchain size and more

2023-06-17

Kraken research shows that the majority of market participants use one strategy to invest in crypto

2024-10-14

Is LINK positioned to benefit most from the growth of tokenization?

2025-11-11

Can Symbiotic breathe new life into the repairing story?

2025-02-01

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

The Selloff of CleanSpark and Bitcoin Miners – Is Miners’ HODL Era Ending?

Bitcoin could reach $180,000 this year, but only if this scenario happens: Amber Data

Bitcoin Price Rally Slows, Consolidation Signals Possible Next Step

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.