FinSight AGENTS.md

FinSight AGENTS.md is an instructions file for Codex, OpenCode from kkkano/FinSight. It costs 3,255 tokens per session, scanned A, original, MIT.

Project-specific instructions for the FinSight codebase, covering its research agents, retrieval system, execution flows, quality checks, and reporting features.

In plain words
What is it for?
Working on FinSight’s backend agents, retrieval layers, observability tools, frontend RAG inspector, and research-report pipeline.
Why use it?
They give coding agents the project’s current architectural context so changes fit existing responsibilities and data flows.

Instructions file for CodexOpenCode

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/kkkano/finsight/agents-md
Clone the repo
git clone --depth 1 https://github.com/kkkano/FinSight

Made for: Codex, OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for FinSight AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/kkkano/finsight/agents-md.svg)](https://agentmods.dev/instructions/kkkano/finsight/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/kkkano/finsight/agents-md"><img src="https://agentmods.dev/badge/instructions/kkkano/finsight/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 3,255 This file is loaded in full into every session.
When invoked 3,255 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.03255 $0.03255
Opus 5 $0.01628 $0.01628
Sonnet 5 $0.00651 $0.00651
Haiku 4.5 $0.00326 $0.00326

Measured 3d ago against content hash d081478e2849, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

FinSight AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

AGENTS.md · 95 lines

How it starts

The opening of the file, as written. The whole thing — 95 lines — stays where its author put it; the contents beside it link to each section on GitHub.

2026-03-08 增量架构说明(RAG 三层)

  • backend/rag/layering.py:三层 collection 解析与元数据归一化入口,负责 memory / ws / kbcollection_kindentity_scopeentity_key 语义。
  • backend/graph/nodes/execute_plan_stub.py:普通执行链的 Working Set / 长期 KB 写入与联合检索编排。
  • backend/agents/deep_search_agent.py:DeepSearch 的 ws:deepsearch:* working set 与 kb:stock:* 晋升/补查入口。
  • backend/rag/hybrid_service.py:RAG 文档模型补充 layer / entity / ingest / promotion / fingerprint 字段,并支持多 collection 联检。
  • backend/rag/observability_store.pybackend/rag/observability_runtime.py:把 layer / collection path / hit 元数据落进 observability,供 Inspector 和 DB Browser 回放。
  • frontend/src/pages/RagInspectorPage.tsx:Inspector 首屏、run 详情、collection 浏览、DB Browser 直接展示三层语义。

2026-05-18 增量架构说明(单 Agent 质量合同)

  • backend/research/agent_quality_contract.py:单 Agent 质量合同入口,负责给 evidence 分配稳定 agent_source:*、构造 claim、计算 agent_quality 指标。
  • backend/agents/base_agent.py:标准 research() 流程会自动挂载 evidence_quality.agent_quality;覆盖 research() 的 Agent 需要手动调用合同。
  • backend/agents/fundamental_agent.py:原生输出 growth_quality / cash_flow_quality / eps_revision / balance_sheet_risk claims。
  • backend/agents/news_agent.py:原生输出 catalyst_candidate / noise_or_secondary_signal / event_calendar claims。
  • backend/agents/risk_agent.py:原生输出 risk_score / factor_exposure / stress_test claims。
  • scripts/agent_quality_eval.py + tests/eval/agent_quality_cases.json:确定性 fixture eval gate,用于保存 before/after 结果并审计单 Agent 质量变化。

2026-05-20 增量架构说明(后端 Agent 能力诊断强化)

  • backend/graph/nodes/planner.py:Planner 输出 agent_selection 诊断,plan_ready / decision_note 事件携带跳过原因、预算优先级、deepsearch 意图。PlanIR Schema 容错增强(PlannerSchemaShapeError + retry prompt)。
  • backend/graph/nodes/conversation_router.py:新增内幕/非公开信息安全边界(_query_requests_illicit_nonpublic_info),多轮对话历史 ticker 补全主题提示。
  • backend/graph/nodes/chat_renderer.py:新闻引用兜底——当 plan 无新闻源时直接抓取文章,确保回复契约有可引用 URL。
  • backend/research/debate.py:新增 build_read_only_adjudications,输出 Bull/Bear/Judge 只读裁决产物。
  • backend/research/agent_quality_contract.py:增强 low_source_quality / recovery action 诊断。

Read the full file on GitHub · 95 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 95 lines · 3,255 tokens per session scan A d081478e2849

Subscribe to this mod's changes

FinSight AGENTS.md is an instructions file published in the GitHub repository kkkano/FinSight (53 stars, last pushed 1mo ago), licensed MIT. It adds 3,255 tokens to every session, about $0.0163 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.