Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahbenizzy committed Feb 6, 2024
1 parent ed410d0 commit addb081
Show file tree
Hide file tree
Showing 39 changed files with 2,845 additions and 1,367 deletions.
77 changes: 0 additions & 77 deletions api_examples/code_generation.py

This file was deleted.

75 changes: 0 additions & 75 deletions api_examples/gpt_4.py

This file was deleted.

76 changes: 0 additions & 76 deletions api_examples/model_training.py

This file was deleted.

16 changes: 14 additions & 2 deletions burr/core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
from burr.core.action import Action, Condition, Result, default, expr, when
from burr.core.application import Application, ApplicationBuilder
from burr.core.state import State
from burr.core.function import Function, Condition, DEFAULT, Result
from burr.core.application import Application, Transition, ApplicationBuilder

__all__ = [
"Action",
"ApplicationBuilder",
"Condition",
"Result",
"default",
"when",
"expr",
"Application",
"State",
]
Loading

0 comments on commit addb081

Please sign in to comment.