Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian-Winter committed May 13, 2024
2 parents 54836e2 + 64d2d16 commit ffee1c6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,7 @@ jobs:
pip install build
- name: Build package
run: python -m build
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: dist
path: dist
retention-days: 1

publish:
needs: build
runs-on: ubuntu-latest
Expand All @@ -42,10 +37,8 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Download artifact
uses: actions/download-artifact@v4
with:
name: dist
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@3fbcf7ccf443305955ce16db9de8401f7dc1c7dd
with:
Expand Down
5 changes: 4 additions & 1 deletion ReadMe.md → README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# llama-cpp-agent

<img src="https://github.com/Maximilian-Winter/llama-cpp-agent/blob/db41b3184ebc902f50edbd3d27f7a3a1128b7d7d/logo/logo_orange.png" alt="llama-cpp-agent logo" width="400"/>
[![PyPI - Version](https://img.shields.io/pypi/v/llama-cpp-agent?logo=pypi&color=%2341bb13)](https://pypi.org/project/llama-cpp-agent/)
[![Discord](https://img.shields.io/discord/1237393014154985582?logo=Discord&logoColor=%23ffffff&label=Discord&link=https%3A%2F%2Fdiscord.gg%2FsRMvWKrh)](https://discord.gg/sRMvWKrh)

<img src="./logo/logo_orange.png" alt="llama-cpp-agent logo" width="280"/>

## Introduction
The llama-cpp-agent framework is a tool designed to simplify interactions with Large Language Models (LLMs). It provides an interface for chatting with LLMs, executing function calls, generating structured output, performing retrieval augmented generation, and processing text using agentic chains with tools.
Expand Down

0 comments on commit ffee1c6

Please sign in to comment.