Loading...
Loading...
50 documents available
**Status**: ✅ All Gaps Fixed
The viewer supports optional AI-powered story extension, allowing stories to be dynamically expanded using LLM-based generation when the player approaches sections marked as `ai_extendable`.
**Date:** November 14, 2025
**场景**: 第一次使用 dogfood 技能对 localhost:8081 做完整 QA 测试
This document provides details about each of the Model Context Protocol (MCP) servers included in our docker-compose configuration, including their available tools and how to use them.
**Repo:** `crtjer/usda-data-crush-stats`
Latest update (minor clarifications): 7 July 2023
From libdwarf-code CODINGSTYLE.md as of 01 October 2024.
trigger: model_decision
This document shows how our AI copywriter, Nina, works on a real project. It's like watching her think and write as she creates advertisements, showing what information she uses, how she makes decisions, and who she works with.
This is a Go library that provides a unified wrapper interface for various Generative AI providers. The library allows developers to easily switch between different AI providers (like Gemini, OpenAI, Ollama) while maintaining consistent interfaces for model interactions and tool usage.
Building AI Agents: A Comprehensive Roadmap
> Tree-based, vectorless document RAG framework.
The STH component exposes an HTTP REST API to let external clients query the available historical raw context
ROS2: https://github.com/Ericsii/FAST_LIO_ROS2
You are Codex, an AI coding agent. Your job is to follow the instructions in the AGENTS.md and execute tasks defined in the project_root/tasks directory. You must
- node can "conceal" ancestry (to reader and/or language model)
| --- | :---: | --- |
This document provides deployment context and configuration guidance for the **Safe Wallet Pro** project.
A blockchain is a globally shared, transactional database. Everyone can read entries in the database just by participating in the network.
[](https://travis-ci.org/Skyscanner/aiotask-context)
**Purpose:** This document updates LLM knowledge from Zig 0.13/0.14 to modern Zig (0.15.x/0.16.0). Paste this into any LLM conversation when working with current Zig code.
- 跟驻留/持久化有关的工具和文章,多平台。包括80个工具和350左右文章。
Limiting our password checking routine to only three password guesses is a bit challenging, because the number of guesses has to persist across CPU reboots. `EEPROM.write` and `EEPROM.read` are methods which are used to manage persistent memory on Arduino. The first argument for both methods is a memory address -- the place where we will be storing our counter.