e2b-cookbook icon indicating copy to clipboard operation
e2b-cookbook copied to clipboard

Examples of using E2B

Results 10 e2b-cookbook issues
Sort by recently updated
recently updated
newest added

JavaScript version of llama 3 example with code interpreter capabilites

why would I use a remove enviroment if the llm is local...

I try to run code here: examples/langgraph-python/langgraph_e2b_python/code_interpreter_tool.py All my code is same as the example, expect that I added the memorysaver to enable the llm have chat memory for constant...

I created a simple example using Llama 3.1 for plotting a chart of a multivariate function.

integrated AgentOps for better LLM tracking and agent Monitoring.

I would love to see a Langchain TS/JS example. If you could provide ready-to-use solutions like this one: https://js.langchain.com/v0.2/docs/integrations/tools/duckduckgo_search, it would be even better.

Added an example for Gemini 1.5, based on the [Google Generative AI SDK](https://ai.google.dev/gemini-api/docs/function-calling/tutorial?lang=python).

Missing dotenv install during setup

I added the Python and JS/TS examples showing how to use E2B with Groq LLMs. These examples are also included in the Groq API Cookbook.

I am adding Groq examples in Python, JS/TS. They show LLM data analysis of uploaded CSV file, they use the latest Llama 3.1 models on Groq, and the E2B Code...