Skip to content

Added .md files for coding assistant#210

Open
CoderOMaster wants to merge 2 commits intomainfrom
keshav/agent.md
Open

Added .md files for coding assistant#210
CoderOMaster wants to merge 2 commits intomainfrom
keshav/agent.md

Conversation

@CoderOMaster
Copy link
Copy Markdown
Collaborator

@CoderOMaster CoderOMaster commented May 5, 2026

Pull Request Checklist

Please ensure that your PR meets the following requirements:

  • I have read the CONTRIBUTING guide.
  • I have updated the documentation (if applicable).
  • My code follows the style guidelines of this project.
  • I have performed a self-review of my own code.
  • I have added tests that prove my fix is effective or that my feature works.
  • New and existing unit tests pass locally with my changes.

Description

Added agents.md and claude.md file


Open in Devin Review

Copilot AI review requested due to automatic review settings May 5, 2026 17:20
Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 2 additional findings.

Open in Devin Review

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds repository guidance files intended for AI coding assistants and updates gitignore rules so the guidance can be committed and tracked.

Changes:

  • Added AGENTS.md with repo overview, layout, commands, architecture notes, and CI/testing guidance for agents.
  • Added CLAUDE.md (currently a one-line reference to AGENTS.md).
  • Updated .gitignore to stop ignoring CLAUDE.md.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 3 comments.

File Description
CLAUDE.md Introduces a Claude-specific entrypoint file (currently only references AGENTS.md).
AGENTS.md Adds agent-facing documentation for repo structure, workflows, and SDK patterns.
.gitignore Allows CLAUDE.md to be committed by removing the ignore pattern.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread CLAUDE.md Outdated
@@ -0,0 +1 @@
AGENTS.md No newline at end of file
Comment thread AGENTS.md
Comment on lines +65 to +66
npm run type-check # TS type check across examples/javascript and apps/next-js
npm run lint # eslint across examples/javascript and apps/next-js
Comment thread AGENTS.md Outdated
## Testing Notes

- E2E and integration tests require `MOSS_PROJECT_ID` and `MOSS_PROJECT_KEY`; they auto-skip gracefully when credentials are absent
- CI runs Python tests across versions 3.10–3.14 using tox
Comment thread AGENTS.md

Moss is a real-time semantic search runtime for AI agents targeting sub-10ms query latency. The runtime runs on-device using bundled embedding models (`moss-minilm`) — no external embedding API calls are needed. The cloud layer handles project management and index distribution; the local layer handles querying.

This repository contains the **multi-language SDKs**, **framework integrations** (cookbooks), and **application examples**. It is NOT the core Rust engine — that ships as pre-compiled native bindings (`inferedge-moss-core` / `@moss-dev/moss-core` / `moss_core`).
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we require, "It is NOT the core Rust engine — that ships as pre-compiled native bindings (inferedge-moss-core / @moss-dev/moss-core / moss_core)."

Comment thread AGENTS.md
Comment on lines +20 to +30
javascript/ — Standalone TS usage examples
cookbook/ — Framework integrations (LangChain, DSPy, Pipecat, etc.)
apps/
next-js/ — Next.js semantic search UI
pipecat-moss/ — Pipecat voice agent integration
livekit-moss-vercel/ — LiveKit + Vercel voice agent
packages/
vitepress-plugin-moss/ — VitePress search plugin
vercel-sdk/ — Vercel AI SDK integration
pipecat-moss/ — Pipecat Python package
moss-cli/ — CLI tools for index management
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this covering all ? i feel many are missing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants