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

Altcoins are approaching historic stress levels as 38% of tokens are near all-time lows

2026-03-09

What Is Composability in DeFi and Why It Matters

2026-03-09

Aylab joins the REI network to accelerate the growth of the scalable web3 infrastructure

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

    Aylab joins the REI network to accelerate the growth of the scalable web3 infrastructure

    2026-03-09

    Quack AI unveils production-ready Q402 on Avalanche C-Chain to scale agent workflows

    2026-03-09

    Quantum computers can break the privacy of Zcash and Monero, says researcher

    2026-03-09

    AI-agenten betreden cryptomarkten met ondersteuning van beurzen, portemonnees, databedrijven en meer

    2026-03-09

    Pharos Network welcomes TopNod to RealFi Alliance to scale self-custody infrastructure

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

    SEC pressure on crypto giants fades as Trump-linked project draws $75M from Justin Sun

    2026-03-08

    Refusing new IRS crypto tax forms could cost you your exchange account

    2026-03-07

    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
  • Analysis

    XRP’s unrealized losses soar to over $50 billion due to the oil price shock

    2026-03-09

    Bitcoin Price Drops Below $68,000, Downside Targets Come into Focus

    2026-03-09

    Bitcoin signals economic concerns as oil prices rise

    2026-03-09

    Ethereum Price Extends Pullback, Support at $1,920 Now Under Threat

    2026-03-09

    Solana (SOL) Plummets to $80, Traders Look to Critical Support Defense

    2026-03-09
  • Learn

    What Is Composability in DeFi and Why It Matters

    2026-03-09

    Hoeveel Crypto-portemonnees moet je echt hebben?

    2026-03-09

    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
  • 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  SensePass Named Best Payment Gateway for Retail in 2026

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  Neo launches MainNet Message Bridge to drive next-generation cross-chain interoperability

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

Het dichten van de kloof in de toegang tot beeldvorming in het Canadese plattelandsgezondheidszorgsysteem – Perspectief van Hugo Raposo, voormalig hoofdarchitect bij het Ministerie van Volksgezondheid van Ontario

2026-03-09

Quack AI unveils production-ready Q402 on Avalanche C-Chain to scale agent workflows

2026-03-09

ValanoIPC unveils the industrial Android tablet: the ultimate tool for field service professionals

2026-03-09

Ganesh Jivani, CEO and MD, Matrix Comsec, wins Entrepreneur of the Year at ET Now Leaders of Tomorrow Awards 2026

2026-03-09
Add A Comment

Comments are closed.

Top Posts

Bitcoin Flash Crash Wipes Out 81,000 Crypto Traders for Over $220 Million

2024-04-02

Fantom DEX’s volume is rising, proving that one exit is not the end

2023-08-30

How Solana navigated a troubled second quarter

2023-07-13
Editors Picks

NeoCast – a blockchain-agnostic communications middleware

2024-02-21

Bitcoin’s Liquidity Test: Will $87,000 Decide BTC’s Next Big Move?

2025-12-11

The Trump-backed DeFi project will launch WLFI token sales on October 15

2024-10-12

Bitcoin Fear & Greed Index Hits Highest Level Since 2021, What to Expect Next

2024-02-27

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

Altcoins are approaching historic stress levels as 38% of tokens are near all-time lows

What Is Composability in DeFi and Why It Matters

Aylab joins the REI network to accelerate the growth of the scalable web3 infrastructure

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.