Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev -> main #536

Closed
wants to merge 39 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
8ae6038
Implement ToolCallStep & Fix transition after PromptStep (#513)
HamadaSalhab Sep 23, 2024
f19dd75
doc: Update README.md with announcement update (#517)
creatorrr Sep 23, 2024
c216301
feat: Add basic support for integration tools to ToolStep (#519)
creatorrr Sep 25, 2024
ecb1a12
feat(integration-service): Add integrations service (#520)
HamadaSalhab Sep 25, 2024
236a564
feat(agents-api,integrations): Working integrations for tool-call ste…
creatorrr Sep 25, 2024
e7532ff
fix(agents-api): Fix wait for input step (#522)
HamadaSalhab Sep 26, 2024
ca8e594
feat(agents-api): Add support for reading setup args from metadata an…
creatorrr Sep 28, 2024
ed08024
feat: Add docker bake builder (#528)
creatorrr Sep 28, 2024
55efe4f
fix: Minor fix to docker bake github actions (#529)
creatorrr Sep 28, 2024
0d6acda
feat: Add changelog from release notes (#530)
creatorrr Sep 28, 2024
5e40d9a
Update changelog for v0.4.0 (#531)
github-actions[bot] Sep 28, 2024
f79249b
fix: Bake on release as well (#532)
creatorrr Sep 28, 2024
b759986
doc: v1.0 docs (#527)
creatorrr Sep 30, 2024
a2291f5
feat: Update README social banner and bake-push-to-hub.yml (#537)
creatorrr Sep 30, 2024
aaea24e
Update changelog for v1.0.0-alpha1 (#538)
github-actions[bot] Sep 30, 2024
654f082
Create bandit-security-check-python-agents-api.yml (#534)
creatorrr Sep 30, 2024
bcd2764
fix: Fix version in bandit-security-check-python-agents-api.yml (#539)
creatorrr Sep 30, 2024
fd7d740
Update README.md
creatorrr Oct 1, 2024
dbaa0b0
feat(integrations-service): Add new integrations & refactor integrati…
HamadaSalhab Oct 1, 2024
f092a49
Update README.md
ijindal1 Oct 1, 2024
50a95ca
fix(agents-api): Fix updating task execution (#542)
HamadaSalhab Oct 1, 2024
990ea1a
fix(agents-api): Fix JobStatus name in get job endpoint (#544)
HamadaSalhab Oct 2, 2024
e97ca4e
feat: Added temporal codec server route & cookbooks. Updated the CONT…
Vedantsahai18 Oct 2, 2024
9c38645
doc: Added Readme for cookbooks and updated the Colab links (#550)
Vedantsahai18 Oct 2, 2024
4d12e8b
doc: Add ideas to implement in cookbooks/README.md
creatorrr Oct 2, 2024
0abe269
doc: Update README.md to add a callout for hacktoberfest people
creatorrr Oct 2, 2024
46ed8fa
feat(agents-api): Add static checking for Jinja templates & Python ex…
HamadaSalhab Oct 2, 2024
866a4eb
doc: Add code reading instructions to CONTRIBUTING.md (#556)
creatorrr Oct 2, 2024
2d62857
fix(agents-api): Switch to monkeypatching because everything is shit …
creatorrr Oct 3, 2024
85e9929
feat(agents-api): Add embeddings to doc get/list response (#578)
HamadaSalhab Oct 3, 2024
3ad1926
Delete cozo.db
HamadaSalhab Oct 3, 2024
4992615
Update lint-and-format.yml
creatorrr Oct 4, 2024
9c38da1
Enhanced the error messages (#575)
VivekGuruduttK28 Oct 4, 2024
51f5e65
fix(agents-api): Remove unnecessary 'type' property from tool type de…
creatorrr Oct 4, 2024
06813fb
Enhanced error message in create, delete agent (#572)
JeevaRamanathan Oct 4, 2024
c5ea3ba
feat(agents-api): Naive speed improvement to cozo queries by adding l…
creatorrr Oct 4, 2024
3f79791
refactor: Lint agents-api (CI)
creatorrr Oct 4, 2024
fe8a8c9
Improve docstrings + minor code refactor (#545)
lhy-hoyin Oct 4, 2024
a6bcbbe
refactor: Lint agents-api (CI)
creatorrr Oct 4, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ LITELLM_REDIS_PASSWORD=<your_litellm_redis_password>
# AGENTS_API_DEBUG=false
# EMBEDDING_MODEL_ID=Alibaba-NLP/gte-large-en-v1.5
# NUM_GPUS=1
# INTEGRATION_SERVICE_URL=http://integrations:8000

# Temporal
# --------
Expand Down
40 changes: 40 additions & 0 deletions .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Contributor Covenant Code of Conduct

## Our Pledge

In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.

## Our Standards

Examples of behavior that contributes to creating a positive environment include:

* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members

Examples of unacceptable behavior by participants include:

* The use of sexualized language or imagery and unwelcome sexual attention or advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or electronic address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a professional setting

## Our Responsibilities

Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.

Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.

## Scope

This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [INSERT EMAIL ADDRESS]. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.

Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.

62 changes: 62 additions & 0 deletions .github/SUPPORT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# Support for Julep

Welcome to the Julep support page! We're here to help you with any questions or issues you may encounter while using our platform. This document outlines the various ways you can get support and engage with our community.

## Getting Help

### Documentation

Our comprehensive documentation is the first place to look for answers:

- [Explore Docs](https://docs.julep.ai)

Here you'll find detailed guides, API references, and tutorials to help you make the most of Julep.

### Community Support

Join our vibrant community to get help from other users and the Julep team:

- [Discord](https://discord.com/invite/JTSBGRZrzj): Join our Discord server for real-time chat and support.
- [GitHub Discussions](https://github.com/julep-ai/julep/discussions): Ask questions, share ideas, and discuss Julep with other developers.

### Social Media

Follow us on social media for updates, tips, and community highlights:

- [𝕏 (Twitter)](https://x.com/julep_ai)
- [LinkedIn](https://www.linkedin.com/company/julep-ai)

## Reporting Issues

If you encounter a bug or have a feature request, please open an issue on our GitHub repository:

- [GitHub Issues](https://github.com/julep-ai/julep/issues)

When reporting issues, please provide as much detail as possible, including:

- Steps to reproduce the issue
- Expected behavior
- Actual behavior
- Any error messages or logs
- Your environment (Julep version, operating system, etc.)

## Contributing

We welcome contributions to Julep! If you're interested in contributing, please check out our:

- [Contributing Guidelines](https://github.com/julep-ai/julep/blob/main/CONTRIBUTING.md)
- [Code of Conduct](https://github.com/julep-ai/julep/blob/main/CODE_OF_CONDUCT.md)

## API Keys

While we are in beta, you can reach out on [Discord](https://discord.com/invite/JTSBGRZrzj) to get your API key.

## Staying Updated

To stay informed about the latest updates, features, and community news:

- Watch our [GitHub repository](https://github.com/julep-ai/julep)
- Follow us on [𝕏 (Twitter)](https://x.com/julep_ai)
- Join our [Discord](https://discord.com/invite/JTSBGRZrzj) for announcements

Thank you for using Julep! We're excited to see what you build with our platform.
45 changes: 45 additions & 0 deletions .github/workflows/bake-push-to-hub.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: Build and push images to docker hub on merge to dev
run-name: ${{ github.actor }} is building and pushing images to docker hub

on:
push:
branches:
- "dev"
tags:
- "v*"
release:
types: [published, released, prereleased]

jobs:
Bake-Push-Images:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: julepai
password: "${{ secrets.DOCKER_HUB_PASSWORD }}"

- name: Build and push agent images
uses: docker/bake-action@v5
with:
files: |
./docker-bake.hcl
targets: agents-api
push: true
set: |
*.cache-from=type=gha
*.cache-to=type=gha,mode=max
env:
TAG: ${{ github.ref_name }}
GIT_SHA: ${{ github.sha }}

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
19 changes: 19 additions & 0 deletions .github/workflows/bandit-security-check-python-agents-api.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
on:
pull_request:
branches:
- main
- dev

jobs:
bandit_check:
name: bandit check security of python code in agents-api
runs-on: ubuntu-latest

steps:
- uses: mdegis/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
path: "./agents-api/agents_api"
level: high
confidence: high
# exit_zero: true
23 changes: 13 additions & 10 deletions .github/workflows/changelog-ci.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
name: Changelog CI
name: Changelog on release

# TODO: This is currently not working. Need to fix it
on:
pull_request:
types: [ opened, synchronize ]
release:
types: [published]

jobs:
build:
changelog:
runs-on: ubuntu-latest

steps:
# Checks-out your repository
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: dev

- name: Run Changelog CI
uses: saadmk11/changelog-[email protected]
# Generate changelog from release notes
- uses: rhysd/changelog-from-release/action@v3
with:
changelog_filename: CHANGELOG.md
# config_file: changelog-ci-config.json
file: CHANGELOG.md
github_token: ${{ secrets.GITHUB_TOKEN }}
pull_request: true

39 changes: 39 additions & 0 deletions .github/workflows/docker-bake-on-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: Bake images on PR
run-name: ${{ github.actor }} is baking images

on:
pull_request:

jobs:
Bake-Images:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: julepai
password: "${{ secrets.DOCKER_HUB_PASSWORD }}"

- name: Bake images
uses: docker/bake-action@v5
with:
files: |
./docker-bake.hcl
targets: agents-api
push: false
set: |
*.cache-from=type=gha
*.cache-to=type=gha,mode=max
env:
TAG: pr-run-${{ github.run_number }}-${{ github.run_attempt }}
GIT_SHA: ${{ github.sha }}

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
97 changes: 0 additions & 97 deletions .github/workflows/generate-docs.yml

This file was deleted.

41 changes: 41 additions & 0 deletions .github/workflows/latest-push-to-hub.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: Build and push images to docker hub on merge to main
run-name: ${{ github.actor }} is building and pushing images to docker hub

on:
push:
branches:
- "main"

jobs:
Bake-Push-Images:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: julepai
password: "${{ secrets.DOCKER_HUB_PASSWORD }}"

- name: Build and push agent images
uses: docker/bake-action@v5
with:
files: |
./docker-bake.hcl
targets: agents-api
push: true
set: |
*.cache-from=type=gha
*.cache-to=type=gha,mode=max
env:
TAG: latest
GIT_SHA: ${{ github.sha }}

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
Loading
Loading