julep-ai / julep

Build AI agents and workflows with a simple API. Supabase for AI agents
https://julep.ai
Apache License 2.0
883 stars 69 forks source link

feat: Added temporal codec server route & cookbooks. Updated the CONTRIBUTING.md file #543

Closed Vedantsahai18 closed 1 day ago

Vedantsahai18 commented 2 days ago

[!IMPORTANT] Added /temporal/decode route, updated setup instructions in CONTRIBUTING.md, and modified Docker and FastAPI configurations.

  • New Features:
    • Added /temporal/decode route in router.py for decoding temporal payloads using PydanticEncodingPayloadConverter.
  • Documentation:
    • Updated CONTRIBUTING.md with setup instructions, including environment setup, Docker volume creation, and running the project in single or multi-tenant mode.
  • Configuration:
    • Added internal.router to web.py to include the new internal routes.
    • Updated docker-compose.yml to expose port 8080 for agents-api and agents-api-multi-tenant services.

This description was created by Ellipsis for e8238b27e4aa487c49d1e71711c7424f00d2ddd4. It will automatically update as commits are pushed.

creatorrr commented 2 days ago

Also- change names of the cookbook files to something more descriptive like 01-Sarcastic_News_Headline_Generator.ipynb

creatorrr commented 2 days ago

Also run poe check before merging