mirror of
https://github.com/Jonathan-Adly/AgentRun.git
synced 2024-06-02 16:24:31 +03:00
llama 3 example
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,4 +1,4 @@
|
||||
.venv
|
||||
.agent_run_venv/
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
@@ -1,201 +0,0 @@
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright 2024 Jonathan Adly
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
@@ -1,290 +0,0 @@
|
||||
# Agentrun-API : Run AI generated code safely
|
||||
|
||||
[](https://pypi.org/project/agentrun/)
|
||||
[](https://github.com/jonathan-adly/agentrun/actions/workflows/test.yml)
|
||||
[](https://github.com/jonathan-adly/agentrun/releases)
|
||||
[](https://github.com/jonathan-adly/agentrun/blob/main/LICENSE)
|
||||
[](https://twitter.com/Jonathan_Adly_)
|
||||
|
||||
Agentrun is a Python library that makes it a breeze to run python code safely from large language models (LLMs) with a single line of code. Built on top of docker python SDK and RestrictedPython, it provides a simple, transparent, and user-friendly API to manage isolated code exeuction.
|
||||
|
||||
Agentrun automatically install and uninstall dependencies, limits resource consumption, checks code safety, and set execution timeouts. It has >97% test coverage with full static typing and only 2 dependecies.
|
||||
|
||||
**This is a fastapi wrapper over the library with docker-compose already configured for you.** This where you should start, unless you are very comfortable with docker and want to use the package with your custom docker setup.
|
||||
|
||||
## Key Features
|
||||
|
||||
- **Safe code execution**: Agentrun checks the generated code for dangerous elements before execution
|
||||
- **Isolated Environment**: Code is executed in a fully isolated docker container
|
||||
- **Configurable Resource Management**: You can set how much compute resources the code can consume, with sane defaults
|
||||
- **Timeouts**: Set time limits on how long a script can take to run
|
||||
- **Dependency Management**: Complete control on what dependencies are allowed to install
|
||||
- **Automatic Cleanups**: Agentrun cleans any artificats created by the code generated
|
||||
- **Comes with a REST API**: Hate setting up docker? Agentrun comes with already configured docker setup for self-hosting.
|
||||
|
||||
## REST API usage
|
||||
```bash
|
||||
git clone https://github.com/Jonathan-Adly/agentrun-api
|
||||
cd agentrun-api
|
||||
cp .env.example .env.dev
|
||||
docker-compose up -d --build
|
||||
```
|
||||
|
||||
- Visit your browser at localhost:8000 for API swagger documenation.
|
||||
|
||||
|
||||
|
||||
## Get Started in Minutes
|
||||
|
||||
There are two ways to use agentrun - depending on your needs. With pip if you want to use your own docker setup, or you can directly use it as a rest API as a standalone service (recommended).
|
||||
|
||||
> Want to install the library via pip and set up your own docker? Visit here: https://pypi.org/project/agentrun/
|
||||
|
||||
Install the agentrun REST api from github and get going immediately
|
||||
|
||||
```bash
|
||||
git clone https://github.com/Jonathan-Adly/agentrun-api
|
||||
cd agentrun-api
|
||||
cp .env.example .env.dev
|
||||
docker-compose up -d --build
|
||||
```
|
||||
|
||||
Then - you have a fully up and running code execution API. *Code in --> output out*
|
||||
|
||||
```javascript
|
||||
fetch('http://localhost:8000/v1/run/', {
|
||||
method: 'POST',
|
||||
headers: {
|
||||
'Content-Type': 'application/json'
|
||||
},
|
||||
body: JSON.stringify({
|
||||
code: "print('hello, world!')"
|
||||
})
|
||||
})
|
||||
.then(response => response.json())
|
||||
.then(data => console.log(data))
|
||||
.catch(error => console.error('Error:', error));
|
||||
```
|
||||
|
||||
Or if you prefer the terminal.
|
||||
|
||||
`curl -X POST http://localhost:8000/v1/run/ -H "Content-Type: application/json" -d '{"code": "print(\'hello, world!\')"}'`
|
||||
|
||||
|
||||
Difference | Python Package | REST API |
|
||||
--------- | -------------- | ----------- |
|
||||
Docker setup| You set it up | Already setup for you |
|
||||
Installation| Pip | Git clone |
|
||||
Ease of use | Easy | Super Easy |
|
||||
Requirements| A running docker container| Docker installed |
|
||||
Customize | Fully | Partially |
|
||||
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
Now, let's see AgentRun in action with something more complicated. We will take advantage of function calling and agentrun, to have LLMs write and execute code on the fly to solve arbitrary tasks. You can find the full code under `examples/function_calling.py`
|
||||
|
||||
We will be using the REST API to seperate the code execution service from the rest of our infrastructure.
|
||||
|
||||
1. Install needed packages.
|
||||
```bash
|
||||
pip install openai requests
|
||||
```
|
||||
> We are using OpenAI here to keep the code simple with minimal depenencies, but agentrun works with any LLM out of the box. All what's required is for the LLM to return a code snippet.
|
||||
>
|
||||
> FYI: OpenAI assistant tool ` code_interpreter` can execute code. Agentrun is a transparent, open-source version that can work with any LLM.
|
||||
|
||||
2. Setup a function that executed the code and returns an output.
|
||||
```python
|
||||
def execute_python_code(code: str) -> str:
|
||||
response = requests.post("http://localhost:8000/v1/run/", json={"code": code})
|
||||
output = response.json()["output"]
|
||||
return output
|
||||
```
|
||||
|
||||
3. Setup your LLM function calling.
|
||||
|
||||
```python
|
||||
GPT_MODEL = "gpt-4-turbo-preview"
|
||||
|
||||
# set your API key here.
|
||||
os.environ["OPENAI_API_KEY"] = "Your OpenAI key here"
|
||||
|
||||
client = OpenAI()
|
||||
|
||||
tools = [
|
||||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "execute_python_code",
|
||||
"description": "Sends a python code snippet to the code execution environment and returns the output. The code execution environment can automatically import any library or package by importing.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"code": {
|
||||
"type": "string",
|
||||
"description": "The code snippet to execute. Must be a valid python code. Must use print() to output the result.",
|
||||
},
|
||||
},
|
||||
"required": ["code"],
|
||||
},
|
||||
},
|
||||
},
|
||||
]
|
||||
```
|
||||
|
||||
4. Setup a function to call your LLM of choice.
|
||||
```python
|
||||
def chat_completion_request(messages, tools=None, tool_choice=None, model=GPT_MODEL):
|
||||
try:
|
||||
response = client.chat.completions.create(
|
||||
model=model,
|
||||
messages=messages,
|
||||
tools=tools,
|
||||
tool_choice=tool_choice,
|
||||
)
|
||||
return response
|
||||
except Exception as e:
|
||||
print("Unable to generate ChatCompletion response")
|
||||
print(f"Exception: {e}")
|
||||
return e
|
||||
```
|
||||
|
||||
5. Pass on the user query and get the answer.
|
||||
```python
|
||||
def get_answer(query):
|
||||
messages = []
|
||||
messages.append(
|
||||
{
|
||||
"role": "system",
|
||||
"content": """Don't make assumptions about what values to plug into functions. Ask for clarification if a user request is ambiguous.\n
|
||||
Use the execute_python_code tool to run code if a question is better solved with code. You can use any package in the code snippet by simply importing. Like `import requests` would work fine.\n
|
||||
""",
|
||||
}
|
||||
)
|
||||
messages.append({"role": "user", "content": query})
|
||||
|
||||
chat_response = chat_completion_request(messages, tools=tools)
|
||||
|
||||
message = chat_response.choices[0].message
|
||||
# tool call versus content
|
||||
if message.tool_calls:
|
||||
tool_call = message.tool_calls[0]
|
||||
arg = json.loads(tool_call.function.arguments)["code"]
|
||||
print(f"Executing code: {arg}")
|
||||
answer = execute_python_code(arg)
|
||||
# Optional: call an LLM again to turn the answer to a human friendly response
|
||||
query = "Help translate the code output to a human friendly response. This was the user query: " + query + " The code output is: " + answer
|
||||
answer = get_answer(query)
|
||||
else:
|
||||
answer = message.content
|
||||
|
||||
return answer
|
||||
```
|
||||
|
||||
Example Response:
|
||||
|
||||
- print (get_answer("what's the average daily move of Apple stock in the last 3 days?")) --> "The average daily movement of Apple's stock over the last 3 days was $2.39."
|
||||
|
||||
**How did get this answer?**
|
||||
|
||||
First, the LLM generated the code to call the Yahoo stock API (via yf) as such:
|
||||
|
||||
```Python
|
||||
#AI generated
|
||||
import yfinance as yf
|
||||
|
||||
# Setting the ticker and period for the last 3 days
|
||||
apple = yf.Ticker('AAPL')
|
||||
hist = apple.history(period="3d")
|
||||
|
||||
# Calculating daily moves (close - open) and their average
|
||||
moves = hist['Close'] - hist['Open']
|
||||
average_move = moves.mean()
|
||||
|
||||
print(f'{average_move:.2f}')
|
||||
```
|
||||
|
||||
That code was sent to agentrun, which outputted:
|
||||
`'\r[*********************100%%**********************] 1 of 1 completed\n2.391396866861979\n'`
|
||||
|
||||
Lastly, the output was sent to the LLM again to make human friendly. Giving us the final answer: $2.39
|
||||
|
||||
|
||||
|
||||
## Customize
|
||||
|
||||
Agentrun has sane defaults, but totally customizable. You can change:
|
||||
|
||||
1. dependencies_whitelist - by default any thing that can be pip installed is allowable.
|
||||
2. cpu_quota - the default is 50000. Here is GPT-4 explaining what does that mean.
|
||||
|
||||
> In Docker SDK, the cpu_quota parameter is used to limit CPU usage for a container.
|
||||
> The value of cpu_quota specifies the amount of CPU time that the container is allowed to use in microseconds per scheduling period.
|
||||
> The default scheduling period for Docker is 100 milliseconds (100,000 microseconds).
|
||||
>
|
||||
> If you set cpu_quota to 50000, this means that the container is allowed to use 50,000 microseconds of CPU time every 100 milliseconds.
|
||||
> Essentially, this limits the container to 50% CPU usage of a single CPU core during each scheduling period.
|
||||
> If your system has multiple cores, the container could still potentially use more total CPU resources by spreading the load across multiple cores.
|
||||
|
||||
3. default_timeout - how long is scripts allowed to run for. Default is 20 seconds.
|
||||
4. memory_limit - how much memory can execution take. Default is 100mb
|
||||
5. memswap_limit - the default is 512mb. Again, here is GPT-4 explaing what memory_mit and memswap do.
|
||||
|
||||
> In Docker SDK, the memswap_limit parameter is used to control the memory and swap usage of a container.
|
||||
> This setting specifies the maximum amount of combined memory and swap space that the container can use. The value is given in bytes.
|
||||
>
|
||||
> Here’s how it works:
|
||||
|
||||
> - Memory (RAM): This is the actual physical memory that the container can use.
|
||||
> - Swap: This is a portion of the hard drive that is used when the RAM is fully utilized.
|
||||
> Using swap allows the system to handle more memory allocation than the physical memory available, but accessing swap is significantly slower than accessing RAM.
|
||||
|
||||
|
||||
You can change any of the defauts when you initalize AgentRun as below.
|
||||
|
||||
```Python
|
||||
from agentrun import AgentRun
|
||||
# container should be running
|
||||
runner = AgentRun(
|
||||
container_name="my_container",
|
||||
# only allowed to pip install requests
|
||||
dependencies_whitelist = ["requests"], # [] = no dependencies
|
||||
# 3 minutes timeout
|
||||
default_timeout = 3 * 60,
|
||||
# how much RAM can the script use
|
||||
memory_limit = "512mb"
|
||||
# how much total memory the script can use, using a portion of the hard drive that is used when the RAM is fully utilize
|
||||
memswap_limit= "1gb"
|
||||
)
|
||||
code_from_llm = get_code_from_llm(prompt) # "print('hello, world!')"
|
||||
|
||||
result = runner.execute_code_in_container(code_from_llm)
|
||||
print(result)
|
||||
#> "Hello, world!"
|
||||
```
|
||||
|
||||
## Deployment
|
||||
|
||||
For deployment in production you will need to setup Nginx or similar and SSL. Again, we highly recommend to run this as an API standalone server away from your infrastructure. There is no such things as 100% sandboxed Python code.
|
||||
|
||||
A hosted version (paid) is coming soon.
|
||||
|
||||
|
||||
## Development
|
||||
|
||||
To contribute to this library, first checkout the code. Then create a new virtual environment:
|
||||
```bash
|
||||
cd agentrun
|
||||
python -m venv venv
|
||||
source venv/bin/activate
|
||||
```
|
||||
Now install the dependencies and test dependencies:
|
||||
```bash
|
||||
pip install -e '.[test]'
|
||||
```
|
||||
To run the tests:
|
||||
```bash
|
||||
pytest
|
||||
```
|
||||
@@ -1,8 +1,3 @@
|
||||
fastapi==0.110.1
|
||||
uvicorn==0.29.0
|
||||
agentrun
|
||||
|
||||
# Testing
|
||||
httpx==0.27.0
|
||||
pytest==8.0
|
||||
pytest-cov==5.0.0
|
||||
agentrun
|
||||
Binary file not shown.
@@ -46,6 +46,8 @@ async def redirect_docs():
|
||||
async def run_code(code_schema: CodeSchema):
|
||||
runner = AgentRun(
|
||||
container_name=os.environ.get("CONTAINER_NAME", "agentrun-api-python_runner-1"),
|
||||
cached_dependencies=["requests", "yfinance"],
|
||||
default_timeout=60 * 5,
|
||||
)
|
||||
python_code = code_schema.code
|
||||
with ThreadPoolExecutor() as executor:
|
||||
|
||||
98
docs/examples/llama3_groq.py
Normal file
98
docs/examples/llama3_groq.py
Normal file
@@ -0,0 +1,98 @@
|
||||
import json
|
||||
import os
|
||||
|
||||
import requests
|
||||
from groq import Groq
|
||||
|
||||
|
||||
def execute_python_code(code: str) -> str:
|
||||
# AgentRun API - Make sure it is running
|
||||
response = requests.post("http://localhost:8000/v1/run/", json={"code": code})
|
||||
output = response.json()["output"]
|
||||
return output
|
||||
|
||||
|
||||
MODEL = "llama3-70b-8192"
|
||||
|
||||
|
||||
client = Groq(api_key="gsk_your api key")
|
||||
|
||||
tools = [
|
||||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "execute_python_code",
|
||||
"description": "Sends a python code snippet to the code execution environment and returns the output. The code execution environment can automatically import any library or package by importing.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"code": {
|
||||
"type": "string",
|
||||
"description": "The code snippet to execute. Must be a valid python code. Must use print() to output the result.",
|
||||
},
|
||||
},
|
||||
"required": ["code"],
|
||||
},
|
||||
},
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
def chat_completion_request(messages, tools=None, tool_choice="auto", model=MODEL):
|
||||
try:
|
||||
response = client.chat.completions.create(
|
||||
model=model,
|
||||
messages=messages,
|
||||
tools=tools,
|
||||
tool_choice=tool_choice,
|
||||
temperature=0.1,
|
||||
)
|
||||
return response
|
||||
except Exception as e:
|
||||
print("Unable to generate ChatCompletion response")
|
||||
print(f"Exception: {e}")
|
||||
return e
|
||||
|
||||
|
||||
def get_answer(query):
|
||||
messages = []
|
||||
messages.append(
|
||||
{
|
||||
"role": "system",
|
||||
"content": """You are a helpful assistant that helps users. Use the execute_python_code tool to run code if a question is better solved with code.
|
||||
Otherwise, you can use data from your training. You can use any package in the code snippet by simply importing. Like `import requests` would work fine.\n
|
||||
Don't make assumptions about what values to plug into functions. Ask for clarification if a user request is ambiguous.
|
||||
""",
|
||||
}
|
||||
)
|
||||
messages.append({"role": "user", "content": query})
|
||||
|
||||
chat_response = chat_completion_request(messages, tools=tools)
|
||||
|
||||
message = chat_response.choices[0].message
|
||||
# tool call versus content
|
||||
if message.tool_calls:
|
||||
tool_call = message.tool_calls[0]
|
||||
arg = json.loads(tool_call.function.arguments)["code"]
|
||||
print(f"Executing code: {arg}")
|
||||
answer = execute_python_code(arg)
|
||||
# Optional: call an LLM again to turn the answer to a human friendly response
|
||||
query = (
|
||||
"Help translate the code output to a human friendly response. This was the user query: "
|
||||
+ query
|
||||
+ " The code output is: "
|
||||
+ answer
|
||||
)
|
||||
answer = get_answer(query)
|
||||
else:
|
||||
answer = message.content
|
||||
|
||||
return answer
|
||||
|
||||
|
||||
# 'The answer is 3,952,152 '
|
||||
print(get_answer("what's 12312 *321?"))
|
||||
# "The average daily movement of Apple's stock over the last 3 days was $2.39."
|
||||
print(get_answer("what's the average daily move of Apple stock in the last 3 days?"))
|
||||
#'The capital of France is Paris.'
|
||||
print(get_answer("what's the capital of France?"))
|
||||
@@ -15,6 +15,7 @@ nav:
|
||||
- Examples:
|
||||
- Groq: "examples/function_calling_groq.ipynb"
|
||||
- OpenAI: "examples/function_calling_openai.py"
|
||||
- llama3: "examples/llama3_groq.py"
|
||||
|
||||
theme:
|
||||
name: material
|
||||
|
||||
Reference in New Issue
Block a user