azure-dynamic-sessions: add Python REPL tool (#21264)

Adds a Python REPL that executes code in a code interpreter session
using Azure Container Apps dynamic sessions.

---------

Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
Anthony Chu
2024-05-09 14:39:04 -07:00
committed by GitHub
parent 02701c277f
commit c735849e76
22 changed files with 3082 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
import pytest
@pytest.mark.compile
def test_placeholder() -> None:
"""Used for compiling integration tests without running any real tests."""
pass