LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
LangSmith
  • Client
  • Run Trees
  • Traceable
  • Evaluation
  • Schemas
  • Langchain
  • Jest
  • Vitest
  • Wrappers
  • Anonymizer
  • Jestlike
  • Vercel
  • Anthropic
  • Sandbox
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

LangSmith
ClientRun TreesTraceableEvaluationSchemasLangchainJestVitestWrappersAnonymizerJestlikeVercelAnthropicSandbox
Language
Theme
JavaScriptlangsmith_openapi_clientresourcesRepoWithLookups
Interface●Since v0.8

RepoWithLookups

All database fields for repos, plus helpful computed fields.

Copy
interface RepoWithLookups

Properties

property
commit_tags: string[]
property
created_at: string
property
created_by: string | null
property
description: string | null
property
full_name: string
property
id: string
property
is_archived: boolean
property
is_public: boolean
property
last_commit_hash: string | null
property
latest_commit_manifest: CommitManifestResponse | null

Response model for get_commit_manifest.

property
liked_by_auth_user: boolean | null
property
num_commits: number
property
num_downloads: number

Number of API downloads

property
num_likes: number
property
num_views: number

Number of web views

property
original_repo_full_name: string | null
property
original_repo_id: string | null
property
owner: string | null

Path param: Repository owner handle or '-' for current tenant

property
owners: Owner[] | null
property
readme: string | null
property
repo_handle: string
property
repo_type: "agent" | "skill" | "file" | "prompt"
property
restricted_mode: boolean
property
source: "internal" | "external" | null
property
tags: string[]
property
tenant_id: string
property
updated_at: string
property
upstream_repo_full_name: string | null
property
upstream_repo_id: string | null
View source on GitHub