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 #716

Open
wants to merge 215 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
215 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
1c2fb63
feat: Add API call tool type (#571)
creatorrr Oct 4, 2024
cb9a1d5
feat: Update submodule pointers to latest sdk versions
creatorrr Oct 4, 2024
19c6240
feat(typespec,agents-api): Add system tool call types (#585)
creatorrr Oct 4, 2024
80984b6
fix(.github): Fix github actions to run on correct conditions
creatorrr Oct 4, 2024
5ee3e7a
feat(gateway): Redirect to api docs on GET /
creatorrr Oct 4, 2024
8033549
fix(typespec,agents-api): Update metadata_filter to have object type …
creatorrr Oct 5, 2024
2e0108e
feat(agents-api): Add retry policies to temporal workflows/activities…
HamadaSalhab Oct 5, 2024
196b827
fix(agents-api): Add metadata_filter change to users/list route as well
creatorrr Oct 5, 2024
e2bda99
Merge branch 'x/update-metadata-filter-type' into dev
creatorrr Oct 5, 2024
f67023f
refactor: Lint agents-api (CI)
creatorrr Oct 5, 2024
b759331
docs: add Japanese README (#598)
eltociear Oct 6, 2024
35ec6af
fix: Minor html fixes in READMEs
creatorrr Oct 6, 2024
d26c977
doc: Update README according to feedback, add TOC and collapse devfes…
creatorrr Oct 6, 2024
2828962
Update README.md
creatorrr Oct 6, 2024
c9883f7
Update README.md
creatorrr Oct 6, 2024
8b9b65a
Update README.md
creatorrr Oct 6, 2024
bb90f95
chore(docs): update TOC
creatorrr Oct 6, 2024
a6ca528
Update README.md
creatorrr Oct 6, 2024
0de4c02
Update and rename doctoc-on-dev-push.yml to doctoc-on-push.yml
creatorrr Oct 6, 2024
a0a296c
chore(docs): update TOC
creatorrr Oct 6, 2024
3a15afc
Update README.md
creatorrr Oct 6, 2024
100eba8
chore(docs): update TOC
creatorrr Oct 6, 2024
94cd57c
Update README.md
creatorrr Oct 6, 2024
d849487
Update doctoc-on-push.yml
creatorrr Oct 6, 2024
024b4ec
chore(docs): update TOC
creatorrr Oct 6, 2024
ae238ee
Update README.md
creatorrr Oct 6, 2024
0b8e2d7
Update README.md
creatorrr Oct 6, 2024
46c0a23
feat: Email provider integration tool (#602)
creatorrr Oct 7, 2024
00af85d
fix: Add developer_id constraints in all queries when possible (#603)
creatorrr Oct 7, 2024
e36f33b
feat(agents-api): Add doc search system tool (#604)
HamadaSalhab Oct 7, 2024
5b041ca
doc: Add devfest email assistant README
creatorrr Oct 7, 2024
ca9ecb9
Update README.md
creatorrr Oct 7, 2024
637d50b
feat(cookbooks): Update DevFest Email Assistant notebook cookbook
HamadaSalhab Oct 7, 2024
8c19e20
Update README.md
creatorrr Oct 7, 2024
bcfb5d2
Update README.md
creatorrr Oct 7, 2024
aa616d2
Update README.md
creatorrr Oct 7, 2024
5f2557e
Enhanced error messages in models/user (#583)
JeevaRamanathan Oct 8, 2024
b1d127c
Update README.md
creatorrr Oct 8, 2024
d1e38e9
chore(sdks): Update python and node sdks to latest version
creatorrr Oct 8, 2024
a29434e
doc: Add under construction banner to all pages
creatorrr Oct 8, 2024
a9cac1d
doc: Add integrations and step details to README
creatorrr Oct 8, 2024
5a60e23
chore(docs): update TOC
creatorrr Oct 8, 2024
650e588
doc: Update README with simplified example
creatorrr Oct 8, 2024
966f7d8
fix: Fix example.ts, example.py, and example.js files
creatorrr Oct 8, 2024
007c2ef
Docs(README): Fix mistakes in README (#613)
HamadaSalhab Oct 8, 2024
7effdd3
feat(memory-store): Make `cozo_data` volume external (#616)
HamadaSalhab Oct 8, 2024
0424843
Modified the import to use openai and set the API key using openai.ap…
Shuvo31 Oct 8, 2024
d2759b3
Feat(agents-api): Replace Retry Policies with Temporal Interceptors &…
HamadaSalhab Oct 8, 2024
7cfa193
doc: Copy README.md to docs/README (#619)
creatorrr Oct 8, 2024
4fe49d1
feat(agents-api): Add some LiteLLM exceptions to the list of non-retr…
HamadaSalhab Oct 10, 2024
3291120
feat(agents-api): Add `wait_for_input` step to the acceptable steps i…
HamadaSalhab Oct 10, 2024
a51441a
Misc fixes (#627)
creatorrr Oct 11, 2024
d0bef2c
doc: Add cookbooks and ideas for what to build with julep (#592)
creatorrr Oct 11, 2024
2cd6ab0
Fix: 404 - page not found #631 (#632)
bilalmirza74 Oct 11, 2024
1f340e7
chore(docs): update TOC
creatorrr Oct 11, 2024
5ba7f44
feat: Add prometheus and grafana support (#523)
whiterabbit1983 Oct 11, 2024
6bd24eb
fix: Exclude unset fields from agent's default settings (#628)
whiterabbit1983 Oct 12, 2024
df34760
chore: Remove DS_Store
whiterabbit1983 Oct 12, 2024
406e98a
Update README.md
creatorrr Oct 13, 2024
69d3087
chore(docs): update TOC
creatorrr Oct 13, 2024
02d5ba0
Update README.md
creatorrr Oct 13, 2024
6fd32d0
chore(docs): update TOC
creatorrr Oct 13, 2024
b7dbb93
Update README.md
creatorrr Oct 13, 2024
5cef184
chore(docs): update TOC
creatorrr Oct 13, 2024
e02ee06
feat: Create a new blob-store service for handling large temporal pay…
creatorrr Oct 13, 2024
958217f
feat: Automate README translations (#624)
itsamziii Oct 13, 2024
d11c22a
chore(readme): translate README.md
github-actions[bot] Oct 13, 2024
ca03414
feat: Add simple deploy compose file
creatorrr Oct 13, 2024
0ac6dc8
chore(docs): update TOC
creatorrr Oct 13, 2024
8e25bee
doc: Add some more documentation to .env.example
creatorrr Oct 13, 2024
799a9dd
fix: Fix TAG in docker-compose files
creatorrr Oct 13, 2024
e05c1a0
feat: add issue template form (#634)
utsavdotdev Oct 13, 2024
fecdc81
fix(typespec): Misc fixes in typespec definitions (#638)
creatorrr Oct 13, 2024
7d7f76a
Allow to Add a Move to Top button to enhance the ease of navigation …
sudhanshu-77 Oct 13, 2024
ec49071
chore(readme): translate README.md
github-actions[bot] Oct 13, 2024
5b68b81
Update changelog for v1.0.0 (#644)
github-actions[bot] Oct 14, 2024
d803b9a
chore(docs): update TOC
creatorrr Oct 14, 2024
a20285e
refactor: Refactor garafana and prometheus deployment stuff (#646)
whiterabbit1983 Oct 14, 2024
df7a146
Fix: Bug in Back to Top (#649)
bilalmirza74 Oct 14, 2024
220f9a0
chore(docs): update TOC
creatorrr Oct 14, 2024
697d95e
chore: Bump sdks
creatorrr Oct 15, 2024
f48b1b2
fix(monitoring): Update volume paths in monitoring docker-compose.yml…
HamadaSalhab Oct 15, 2024
24c2bd5
fix(agents-api): Fix Box/BoxList problem in system calls (#652)
creatorrr Oct 15, 2024
0855438
fix: Use ruamel.yaml instead of pyyaml (#651)
creatorrr Oct 15, 2024
2689c0a
feat(agents-api): Increase `api_call` tools' timeouts to 60s (#656)
HamadaSalhab Oct 15, 2024
0e07c68
fix(agents-api): API calls with 429, etc should be retried (#657)
creatorrr Oct 15, 2024
52796e1
Update bug_report.yml
creatorrr Oct 15, 2024
795187c
Update bug_report.yml
creatorrr Oct 15, 2024
1fb7c4c
Update bug_report.yml
creatorrr Oct 15, 2024
18412c3
Update feature_request.yml
creatorrr Oct 15, 2024
3dacacd
fix: Split payload content by smaller batches for embedding (#653)
whiterabbit1983 Oct 15, 2024
994dbe0
fix(agents-api): Fix search embeddings query to avoid snippets with e…
creatorrr Oct 15, 2024
c48f03e
Updated the README.md (#664)
ayush2390 Oct 15, 2024
4bab852
Add E-commerce Order Processing Workflow Cookbook (#650)
Mefisto04 Oct 15, 2024
f4f9b87
fix: added a fix for `failed decoding error arguments` (#665)
Vedantsahai18 Oct 15, 2024
4c51bfe
fix(agents-api): temporal additional errors raised and caught (#667)
Vedantsahai18 Oct 16, 2024
8390c60
Update README.md (re-add langchain comparison)
creatorrr Oct 16, 2024
24f0c23
ƒeat(agents-api): Allow confidence control for embeddings search in s…
HamadaSalhab Oct 16, 2024
a225275
Automated Webinar Scheduling and Management Workflow (#671)
Mefisto04 Oct 16, 2024
3847fff
feat(litellm-proxy): Add support for `o1-mini` and `o1-preview` model…
HamadaSalhab Oct 16, 2024
fd64463
feat: Add code-interpreter service (#668)
creatorrr Oct 16, 2024
cd6045d
feat(agents-api): Use blob store for objects that are too big (#645)
creatorrr Oct 16, 2024
9019b57
Add queries and tokens metrics (#647)
whiterabbit1983 Oct 16, 2024
0d111ad
Implement Personal Finance Tracker Agent (#672)
Mayank8881 Oct 16, 2024
fffa9b4
hotfix: update_execution throws error if output not dictionary
creatorrr Oct 16, 2024
f09267c
hotfix: Add custom attributes to the workflow
creatorrr Oct 16, 2024
8def211
hotfix for hotfix: Add custom attributes to the workflow
creatorrr Oct 16, 2024
5262a5b
hotfix: raise_complete_async bad beartype annotation
creatorrr Oct 16, 2024
eb13894
feat(agents-api): Add `alpha` to hybrid search params in system tools…
HamadaSalhab Oct 17, 2024
aa44bfd
feat(agents-api): Tweak queries for search (#685)
creatorrr Oct 17, 2024
c77a1a4
fix(agents-api): Fix for temporal running out of history size (#687)
creatorrr Oct 17, 2024
e2f1b49
fix(agents-api): Install gcc/g++ and other dependencies (#692)
HamadaSalhab Oct 17, 2024
8720d46
fix(agents-api): Fix search stuff (#695)
creatorrr Oct 18, 2024
81df5be
hotfix: Fix agent.about in jinja templates (#694)
Ahmad-mtos Oct 18, 2024
ee24b86
fix(agents-api): Fix remote blob store loading before transitions (#696)
creatorrr Oct 18, 2024
3669ca5
fix(agents-api): All tests pass (again) (#701)
creatorrr Oct 18, 2024
e341fb1
D/cookbookfix: cookbooks bugs fixed for 5,10,11. And files renamed ac…
Vedantsahai18 Oct 19, 2024
69532b5
doc: Update README.md according to feedback (#709)
creatorrr Oct 19, 2024
12f8698
fix(agents-api,integrations): Misc fixes and tenacity retry in integr…
creatorrr Oct 19, 2024
df409ed
fix(.github): Make translate action run on all pushes
creatorrr Oct 19, 2024
52ba2f9
fix(.github): Restore translate action run only on README update
creatorrr Oct 19, 2024
f2ffbf5
Translate README.md (#711)
github-actions[bot] Oct 19, 2024
7b441ab
Updated the docs (#719)
ayush2390 Oct 19, 2024
1ad0aa0
feat(doc): Translate README.md (#718)
github-actions[bot] Oct 19, 2024
10f63a2
Update README.md
creatorrr Oct 20, 2024
0ed295f
Translate README.md (#720)
github-actions[bot] Oct 20, 2024
baa2fa2
Update doctoc-on-push.yml
creatorrr Oct 20, 2024
8166607
Update README.md
creatorrr Oct 20, 2024
dd7480e
feat(agents-api): Increase timeout to 60s for executing integration a…
HamadaSalhab Oct 21, 2024
d9799e6
docs(cookbooks): Refactor Cookbook #01 (#730)
HamadaSalhab Oct 21, 2024
7f7fce9
feat(agents-api): Add `embed_instruction` argument to embeddings & do…
HamadaSalhab Oct 22, 2024
65e912d
feat(agents-api): Optimize Search Queries NLP processing pipeline (#735)
HamadaSalhab Oct 24, 2024
bb6b238
feat(agents-api): Performance improvements (#749)
creatorrr Oct 26, 2024
4f50d9e
feat(.github): Create generate-openapi-code-from-typespec (#746)
creatorrr Oct 26, 2024
67fe9d5
hotfix(agents-api): 429 on resource busy
creatorrr Oct 26, 2024
73e9977
hotfix(agents-api): Fix resource busy 429
creatorrr Oct 26, 2024
daf8d92
hotfix: Add claude-new and no-cache on debug
creatorrr Oct 26, 2024
bcec6d2
feat(gateway | scheduler): Add service for publicly viewing temporal …
HamadaSalhab Oct 28, 2024
abb2087
chore(integrations-service): Add ASGI server config (#757)
HamadaSalhab Oct 28, 2024
7892cd7
feat(agents-api): Add some custom error messages to base_evaluate (#758)
Ahmad-mtos Oct 28, 2024
2b74ef9
fix(agents-api): Add limit to kNN search. Update search_docs_by_embed…
creatorrr Oct 28, 2024
5c380d4
fix(integrations-docker): fixed port issue in docker build step (#765)
Vedantsahai18 Oct 28, 2024
2096347
Update readme_translator.py (#768)
DhruvKadam-git Oct 29, 2024
f9a7ed5
fix(agents-api): Fix Error-Retrying Mechanism (#760)
HamadaSalhab Oct 29, 2024
226013a
refactor(typespec): Use typespec generated models (#766)
creatorrr Oct 29, 2024
4d2390d
chore(agents-api): Bump cozo version (#769)
HamadaSalhab Oct 29, 2024
c821093
hotfix(integrations): Fix stupid bugs from diwank
creatorrr Oct 29, 2024
de5821b
Update test-integrations-service-pr.yml
creatorrr Oct 29, 2024
ba1241b
feat(typespec): Add types for computer-use tools (#772)
creatorrr Oct 29, 2024
101be27
feat(typespec): Add types for browserbase tools (#774)
creatorrr Oct 29, 2024
37e3748
feat(integrations-service): Add Browserbase provider (#776)
creatorrr Oct 30, 2024
730c142
fix(agents-api): Executing agent-level integration tools in `tool_cal…
HamadaSalhab Oct 30, 2024
7f3bee0
feat(agents-api): claude computer tool call hotfix in the prompt step…
Vedantsahai18 Oct 30, 2024
74982fa
MMR implementation (#770)
whiterabbit1983 Oct 30, 2024
29c2674
chore: Update litellm image
creatorrr Oct 31, 2024
b63327b
feat(agents-api): Add support for claude computer-use (#787)
creatorrr Oct 31, 2024
2b635cf
feat: Misc improvements to types and stdlib in jinja (#788)
creatorrr Oct 31, 2024
c952ff9
fix(agents-api): Fix tool conversion issues (#789)
creatorrr Oct 31, 2024
01db610
feat(agents-api): Add `session.chat` system tool (#785)
HamadaSalhab Oct 31, 2024
864a30a
feat: Add connect_url argument to the remote browser args model (#792)
whiterabbit1983 Oct 31, 2024
b324093
Added parsing for Brave Search Output (#779)
aarya-16 Oct 31, 2024
7264881
feat(agents-api): Add python expression support to prompt step (#795)
creatorrr Oct 31, 2024
1f8fe30
fix(agents-api & integrations-service): Fix Browserbase/RemoteBrowser…
HamadaSalhab Oct 31, 2024
94ca66f
fix: Use search_params.limit value instead of constant (#797)
whiterabbit1983 Nov 1, 2024
8ba2b5f
fix: many miscellaneous fixes to integrations and agents API (#796)
creatorrr Nov 1, 2024
1f59558
chore(sdks): Point to the latest sdk submodules
creatorrr Nov 2, 2024
cbdd3e8
feat(agents-api): prompt step claude hotfix for tools (#800)
Vedantsahai18 Nov 2, 2024
0aa4aeb
feat(agents-api): Improve error reporting for ValidationError on unio…
creatorrr Nov 2, 2024
286795c
hotfix: Fix dependabot reported safety issues and random bugs
creatorrr Nov 3, 2024
23a27f6
fix(agents-api): Fix handling error message type (#804)
Ahmad-mtos Nov 4, 2024
5eec4fb
fix(agents-api): Prompt step settings & tool formatting (#805)
HamadaSalhab Nov 4, 2024
5137448
fix(agents-api): prompt step tool calls (#806)
Vedantsahai18 Nov 4, 2024
ce0d549
fix(agents-api): Fix tool_choice error when tools not set
HamadaSalhab Nov 5, 2024
6573688
fix(agents-api): Add `mmr_strength` in search tools & increase timeou…
HamadaSalhab Nov 5, 2024
325145f
fix(agents-api): codec route fixed + handled explicit checks for cod…
Vedantsahai18 Nov 6, 2024
2d2f624
feat(agents-api): union the headers from arguments and setup for api …
Vedantsahai18 Nov 7, 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
  •  
  •  
  •  
87 changes: 63 additions & 24 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Image Tags
# ----------

TAG=dev

# Security
# --------

# Please set these access keys to something random and unique.
# Note: For just testing, you can set them to the same value.

# On Linux, you can generate a random key with:
# > openssl rand -base64 32
# OR
# > tr -dc 'A-Za-z0-9+_/' </dev/urandom | head -c 32; echo

JWT_SHARED_KEY=<your_jwt_shared_key>
AGENTS_API_KEY=<your_agents_api_key>
COZO_AUTH_TOKEN=<your_cozo_auth_token>
Expand All @@ -9,33 +23,60 @@ LITELLM_MASTER_KEY=<your_litellm_master_key>
LITELLM_SALT_KEY=<your_litellm_salt_key>
LITELLM_REDIS_PASSWORD=<your_litellm_redis_password>

# Memory Store
# -----------
# LLM Providers
# --------------

# COZO_HOST=http://memory-store:9070
# COZO_PORT=9070
# COZO_ROCKSDB_DIR=cozo.db
# COZO_BACKUP_DIR=/backup
# COZO_MNT_DIR=/data
### Recommended LLM Providers

# Gateway
# ------
# OPENAI_API_KEY=<your_openai_api_key>
# VOYAGE_API_KEY=<your_voyage_api_key>

# GATEWAY_PORT=80
# TRAEFIK_LOG_LEVEL=INFO
# HUGGING_FACE_HUB_TOKEN=<your_hugging_face_hub_token>
# ANTHROPIC_API_KEY=<your_anthropic_api_key>
# GROQ_API_KEY=<your_groq_api_key>
# CLOUDFLARE_API_KEY=<your_cloudflare_api_key>
# CLOUDFLARE_ACCOUNT_ID=<your_cloudflare_account_id>
# NVIDIA_NIM_API_KEY=<your_nvidia_nim_api_key>
# GITHUB_API_KEY=<your_github_api_key>
# GOOGLE_APPLICATION_CREDENTIALS=.keys/julep-vertexai-svc.json

# Agents API
# ---------

### Embedding Model
### > Set to either "voyage/voyage-3" or "Alibaba-NLP/gte-large-en-v1.5"
### > Use Alibaba-NLP/gte-large-en-v1.5 with local embedding server

# EMBEDDING_MODEL_ID=voyage/voyage-3
# EMBEDDING_MODEL_ID=Alibaba-NLP/gte-large-en-v1.5

# AGENTS_API_HOSTNAME=localhost
# AGENTS_API_PROTOCOL=http
# AGENTS_API_KEY_HEADER_NAME=Authorization
# AGENTS_API_URL=http://agents-api:8080
# TRUNCATE_EMBED_TEXT=true
# WORKER_URL=temporal:7233
# AGENTS_API_DEBUG=false
# EMBEDDING_MODEL_ID=Alibaba-NLP/gte-large-en-v1.5
# NUM_GPUS=1
# INTEGRATION_SERVICE_URL=http://integrations:8000
# USE_BLOB_STORE_FOR_TEMPORAL=false
# BLOB_STORE_CUTOFF_KB=1024
# BLOB_STORE_BUCKET=agents-api

# Memory Store
# -----------

# COZO_HOST=http://memory-store:9070
# COZO_PORT=9070
# COZO_ROCKSDB_DIR=cozo.db
# COZO_BACKUP_DIR=/backup
# COZO_MNT_DIR=/data

# Gateway
# ------

# GATEWAY_PORT=80
# TRAEFIK_LOG_LEVEL=INFO

# Temporal
# --------
Expand All @@ -55,16 +96,14 @@ LITELLM_REDIS_PASSWORD=<your_litellm_redis_password>
# LITELLM_REDIS_HOST=litellm-redis
# LITELLM_REDIS_PORT=6379

# LLM Providers
# --------------
# Blob Store
# -----------

# OPENAI_API_KEY=<your_openai_api_key>
# HUGGING_FACE_HUB_TOKEN=<your_hugging_face_hub_token>
# ANTHROPIC_API_KEY=<your_anthropic_api_key>
# GROQ_API_KEY=<your_groq_api_key>
# CLOUDFLARE_API_KEY=<your_cloudflare_api_key>
# CLOUDFLARE_ACCOUNT_ID=<your_cloudflare_account_id>
# NVIDIA_NIM_API_KEY=<your_nvidia_nim_api_key>
# GITHUB_API_KEY=<your_github_api_key>
# VOYAGE_API_KEY=<your_voyage_api_key>
# GOOGLE_APPLICATION_CREDENTIALS=.keys/julep-vertexai-svc.json
# S3_ENDPOINT=http://seaweedfs:8333
# S3_ACCESS_KEY=<your_s3_access_key>
# S3_SECRET_KEY=<your_s3_secret_key>

# Integrations Service
# ------------

# INTEGRATIONS_SERVICE_PORT=8000
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.

33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: "🐛 Bug Report"
description: "Submit a bug report to help us improve"
title: "[Bug]: "
labels: ["bug"]
body:
- type: markdown
attributes:
value: We value your time and your efforts to submit this bug report is appreciated. 🙏

- type: textarea
id: description
attributes:
label: "📜 Description"
description: "A clear and concise description of what the bug is."
placeholder: "It bugs out when ..."

- type: textarea
id: steps-to-reproduce
attributes:
label: "👟 Reproduction steps"
description: "How do you trigger this bug? Please walk us through it step by step."
placeholder: "1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error"

- type: checkboxes
id: no-duplicate-issues
attributes:
label: "👀 Have you spent some time to check if this bug has been raised before?"
options:
- label: "I checked and didn't find similar issue"
required: true
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Have Question?
url: https://discord.com/invite/JTSBGRZrzj
about: Join Official Discord server
52 changes: 52 additions & 0 deletions .github/ISSUE_TEMPLATE/docs_improvement.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
name: "📝 Docs Improvement"
description: "Suggest improvements or additions to the documentation"
title: "[Docs]: "
labels: ["documentation"]
assignees: []
body:
- type: markdown
attributes:
value: Thanks for taking the time to help improve our documentation! Please provide the following details

- type: input
id: current_section
attributes:
label: "Current Section"
description: "Which section of the documentation needs improvement?"
placeholder: "e.g., Installation Guide"

- type: textarea
id: improvement_suggestion
attributes:
label: "Improvement Suggestion"
description: "Describe the improvement or addition you are suggesting."
placeholder: "e.g., Add more details about setting up the environment."

- type: textarea
id: additional_context
attributes:
label: "Additional Context"
description: "Any additional context or information that might be helpful."
placeholder: "e.g., Links to related documentation, screenshots, etc."
- type: checkboxes
id: no-duplicate-issues
attributes:
label: "👀 Have you spent some time to check if this issue has been raised before?"
options:
- label: "I checked and didn't find similar issue"
required: true
- type: dropdown
id: willing-to-submit-pr
attributes:
label: Are you willing to submit PR?
description: This is absolutely not required, but we are happy to guide you in the contribution process.
options:
- "Yes I am willing to submit a PR!"
- type: checkboxes
id: terms
attributes:
label: 🧑‍⚖️ Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/julep-ai/julep/blob/dev/.github/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true
48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
name: 🚀 Feature
description: "Submit a proposal for a new feature"
title: "[Feature]: "
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: We value your time and your efforts to submit this feature request is appreciated. 🙏
- type: textarea
id: feature-description
validations:
required: true
attributes:
label: "🔖 Feature description"
description: "A clear and concise description of what the feature is."
placeholder: "You should add ..."
- type: textarea
id: pitch
attributes:
label: "🎤 Why is this feature needed ?"
description: "Please explain why this feature should be implemented and how it would be used. Add examples, if applicable."
placeholder: "In my use-case, ..."
- type: textarea
id: solution
attributes:
label: "✌️ How do you aim to achieve this?"
description: "A clear and concise description of what you want to happen."
placeholder: "I want this feature to, ..."
- type: textarea
id: alternative
attributes:
label: "🔄️ Additional Information"
description: "A clear and concise description of any alternative solutions or additional solutions you've considered."
placeholder: "I tried, ..."
- type: checkboxes
id: no-duplicate-issues
attributes:
label: "👀 Have you spent some time to check if this feature request has been raised before?"
options:
- label: "I checked and didn't find similar issue"
required: true
- type: dropdown
id: willing-to-submit-pr
attributes:
label: Are you willing to submit PR?
description: This is absolutely not required, but we are happy to guide you in the contribution process.
options:
- "Yes I am willing to submit a PR!"
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.
Loading
Loading