Commit History

Update anthropic and elevenlabs integrations to retry with exponential backoff.
f6da887

zach commited on

added emotional text examples to character prompt for arena
9a226ed
unverified

Alan S. Cowen commited on

Adjust normalized Claude prompt for text input
5e28baf

zach commited on

Improve voice descriptions and normalized claude prompt
6bb0509

zach commited on

Update API integration code to be async
104737f

zach commited on

Update Anthropic integration to be async
80026d8

zach commited on

Update database layer and application logic for db interaction to be async
40403f3

zach commited on

Clean up comments for prompts
96f91bb

zach commited on

New character descriptions
bd5e759

jerhadf commited on

Add '_' prefix to private methods throughout project, cleans up formatting and comments/docstrings
a4afe51

zach commited on

Fix types in integrations package
fc85b67

zach commited on

more explicit control flow
1ed6720
unverified

twitchard commited on

Move env var validation util to config, refactor to fix linting errors across project
048c3fc

zach commited on

Improve Hume errors, fix error message text in UI
2f050a8

zach commited on

Improve Anthropic error handling, add UnretryableAnthropicError
3885d80

zach commited on

Update application flow to accept a character description and normalize a prompt for claude
5bf19b3

zach commited on

Refactor tts integration functions to write audio to file and return file path, audio players to play mp3 file written to temp folder, fix audioplayer loading, remove unused imports
0e508c8

zach commited on

Update system prompt for claude and placeholder sample prompts
6431bab

zach commited on

Finalize pre-commit configuration
6130461

zach commited on

Add formatter (black) and format all code in src directory— using black default formatting configuration
d1ed6b1

zach commited on

Update documentation and fix typos across project
bc5091e

zach commited on

Clean up doc strings
c8f7e68

zach commited on

Update claude system prompt, sample prompts, and max prompt input limit
5adc4ce

zach commited on

Clean up docstrings across files
5a007ca

zach commited on

Improve Anthropic API error handling
fc05e1d

zach commited on

Clean up documentation, remove orphaned utility, create constants file to store constants
a3fdb3c

zach commited on

Update Hume integration to randmonly pick a voice from a predefined list of top voices
e9bcee8

zach commited on

Remove excessive logging from debugging
49be7fc

zach commited on

Add minor improvement to Anthropic exception
fa43e81

zach commited on

Fix tenacity imports in anthropic_api.py and hume_api.py
c0b34a2

zach commited on

Add additional logging for retries in Anthropic and Hume integrations
a5cafbd

zach commited on

Add additional validation for required attributes in AnthropicConfig
30c882f

zach commited on

Refactor AnthropicConfig to encapsulate all API details including the sdk client
829d0b8

zach commited on

Organize project structure
a807c4d

zach commited on