/
githubmirror
/
langroid
Обзор
Документация
Войти
/
githubmirror
/
langroid
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
mkdocs.yml
191 строка
6 KB
Prasad Chalasani
Support short-lived / rotating credentials via api_key_provider (Vertex AI, Azure AD) (#1081)
27 июл 2026, 19:08
Не верифицирован
27 июл 2026, 19:08
8c1a945
Код
Авторство
О чём код?
site_name: "langroid" repo_name: langroid/langroid site_description: "Langroid LLM App Development Framework" repo_url: https://github.com/langroid/langroid site_url: https://langroid.github.io/langroid edit_uri: "" extra_css: - stylesheets/extra.css theme: logo: assets/orange-logo-lambda-563.png favicon: assets/orange-logo-lambda-563.png features: - navigation.tabs # - navigation.tracking # - navigation.sections # - navigation.indexes - toc - content.code.copy - content.code.select - content.code.annotate icon: repo: fontawesome/brands/github name: material custom_dir: docs/overrides palette: # Palette toggle for light mode - scheme: default primary: indigo accent: indigo toggle: icon: material/brightness-7 name: Switch to dark mode # Palette toggle for dark mode - scheme: slate primary: indigo accent: indigo toggle: icon: material/brightness-4 name: Switch to light mode plugins: - blog: archive: false blog_toc: true categories: false blog_dir: blog - rss: enabled: true match_path: blog/posts/.* image: https://upload.wikimedia.org/wikipedia/commons/thumb/4/43/Feed-icon.svg/128px-Feed-icon.svg.png date_from_meta: as_creation: date categories: - categories - tags - search - autorefs #- awesome-pages - gen-files: scripts: - docs/auto_docstring.py #- docs/gen_ref_pages.py - literate-nav: nav_file: SUMMARY.md - mkdocstrings: default_handler: python handlers: python: paths: [.] options: members_order: source separate_signature: false filters: ["!^_"] docstring_options: ignore_init_summary: true merge_init_into_class: true - section-index watch: - langroid nav: - Home: index.md - Blog: blog/index.md - Getting Started: - quick-start/index.md - Setup: quick-start/setup.md - LLM interaction: quick-start/llm-interaction.md - Simple Chat Agent: quick-start/chat-agent.md - Task Delegation: quick-start/multi-agent-task-delegation.md - Two Agent Chat: quick-start/two-agent-chat-num.md - Three Agent Chat: quick-start/three-agent-chat-num.md - Agent with Tools/Functions: quick-start/chat-agent-tool.md - Three Agents, with Routing: quick-start/three-agent-chat-num-router.md - Agent with Retrieval: quick-start/chat-agent-docs.md # defer to gen-files + literate-nav - FAQ: FAQ.md - Notes-Updates: - Overview: notes/overview.md - XML-based Tools: notes/xml-tools.md - Async Streaming: notes/async-streaming.md - Knowledge Graphs: notes/knowledge-graphs.md - Gemini LLMs, Embeddings, Vertex AI: notes/gemini.md - LLM-based Pdf Parsing: notes/llm-pdf-parser.md - Large Tool Results: notes/large-tool-results.md - GLHF.chat Support: notes/glhf-chat.md - Structured Output: notes/structured-output.md - Tool Handlers: notes/tool-message-handler.md - Task Termination: notes/task-termination.md - Message Routing: notes/message-routing.md - Llama.cpp Embeddings: notes/llama-cpp-embeddings.md - Azure OpenAI models: notes/azure-openai-models.md - Custom Azure OpenAI client: notes/custom-azure-client.md - Enriching Chunks for Retrieval: notes/enriching-for-retrieval.md - Reasoning Content: notes/reasoning-content.md - None Content in LLM Messages: notes/llm-none-content.md - Weaviate: notes/weaviate.md - Handling LLM Non-Tool Messages: notes/handle-llm-no-tool.md - PGVector: notes/pgvector.md - Pinecone: notes/pinecone.md - Tavily Search Tool: notes/tavily_search.md - Seltz Search Tool: notes/seltz_search.md - Twitter Search via Xquik MCP: notes/twitter-search.md - Marker Pdf Parser: notes/marker-pdf.md - URLLoader : notes/url_loader.md - Crawl4AI Crawler: notes/crawl4ai.md - LangDB AI Gateway: notes/langdb.md - Portkey AI Gateway: notes/portkey.md - Markitdown Parsers: notes/markitdown.md - LiteLLM Proxy: notes/litellm-proxy.md - Chunking: notes/chunking.md - Image, PDF Input: notes/file-input.md - MCP Tools: notes/mcp-tools.md - Code-Injection Protection: notes/code-injection-protection.md - TaskTool: notes/task-tool.md - Local Qdrant VectorDB Cleanup: notes/qdrant-resource-cleanup.md - OpenAI HTTP Client Configuration: notes/openai-http-client.md - OpenAI Client Caching: notes/openai-client-caching.md - Rotating API Keys: notes/rotating-api-keys.md - Cross-Encoder Reranking: notes/cross-encoder.md - Task Logs: notes/html-logger.md - Pydantic v2 Migration: notes/pydantic-v2-migration.md - Batch Processing: notes/batch-processing.md - Examples: - Guide: examples/guide.md - Hierarchical Agent Computation: examples/agent-tree.md - Demos: - Audience Targeting: demos/targeting/audience-targeting.md - Tutorials: - Langroid Tour: tutorials/langroid-tour.md - Supported LLMs: tutorials/supported-models.md - Local LLM Setup: tutorials/local-llm-setup.md - Non-OpenAI LLMs: tutorials/non-openai-llms.md - SQLChatAgent: tutorials/postgresql-agent.md - LLM Usage Options: tutorials/llm-usage-options.md - Code/API Docs: reference/ # - API Documentation: # - language_models: api/language_models_base.md markdown_extensions: - footnotes - toc: permalink: true - attr_list - md_in_html - pymdownx.emoji: emoji_index: !!python/name:material.extensions.emoji.twemoji emoji_generator: !!python/name:material.extensions.emoji.to_svg - admonition - pymdownx.details - pymdownx.superfences - pymdownx.highlight: anchor_linenums: true line_spans: __span pygments_lang_class: true use_pygments: true - pymdownx.inlinehilite - pymdownx.snippets - pymdownx.arithmatex: generic: true - markdown.extensions.attr_list: extra_javascript: - javascripts/mathjax.js - https://polyfill.io/v3/polyfill.min.js?features=es6 - https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js