LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • Client
  • AsyncClient
  • Run Helpers
  • Run Trees
  • Evaluation
  • Schemas
  • Utilities
  • Wrappers
  • Anonymizer
  • Testing
  • Expect API
  • Middleware
  • Pytest Plugin
  • Deployment SDK
  • RemoteGraph
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

OverviewClientAsyncClientRun HelpersRun TreesEvaluationSchemasUtilitiesWrappersAnonymizerTestingExpect APIMiddlewarePytest PluginDeployment SDKRemoteGraph
Language
Theme
Pythonlangsmithenv_gitGitInfo
Classā—Since v0.0

GitInfo

Copy
GitInfo()

Bases

TypedDict

Constructors

Attributes

View source on GitHub
constructor
__init__
NameType
repo_nameOptional[str]
remote_urlOptional[str]
commitOptional[str]
branchOptional[str]
author_nameOptional[str]
author_emailOptional[str]
commit_timeOptional[str]
dirtyOptional[bool]
tagsOptional[str]
attribute
repo_name: Optional[str]
attribute
remote_url: Optional[str]
attribute
commit: Optional[str]
attribute
branch: Optional[str]
attribute
author_name: Optional[str]
attribute
author_email: Optional[str]
attribute
commit_time: Optional[str]
attribute
dirty: Optional[bool]
attribute
tags: Optional[str]