Skip to content

Commit

Permalink
Merge pull request #715 from PrefectHQ/rm-kv
Browse files Browse the repository at this point in the history
rm kv module
  • Loading branch information
jlowin authored Jan 3, 2024
2 parents c6dc6a8 + ed5615f commit e271787
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 243 deletions.
1 change: 1 addition & 0 deletions docs/components/ai_application.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ You can think of state as a JSON object that the `AIApplication` will update as
```python
from marvin.beta.applications import AIApplication

# define any functions that you want the AI to be able to call
def read_gcal() -> list[dict]:
return [
{
Expand Down
Empty file removed src/marvin/kv/__init__.py
Empty file.
48 changes: 0 additions & 48 deletions src/marvin/kv/base.py

This file was deleted.

84 changes: 0 additions & 84 deletions src/marvin/kv/disk.py

This file was deleted.

42 changes: 0 additions & 42 deletions src/marvin/kv/in_memory.py

This file was deleted.

69 changes: 0 additions & 69 deletions src/marvin/kv/json_block.py

This file was deleted.

0 comments on commit e271787

Please sign in to comment.