Skip to content

Commit c235e82

Browse files
authored
Merge pull request #4 from BeastByteAI/pipelines
Pipelines
2 parents 76d5566 + 4c8e412 commit c235e82

58 files changed

Lines changed: 2949 additions & 861 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,5 +159,4 @@ cython_debug/
159159
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
160160
#.idea/
161161
test.py
162-
tmp.py
163-
tmp_client.py
162+
tmp*.py

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ There are several ways you can contribute to this project:
1717

1818
> ### Legal Notice <!-- omit in toc -->
1919
>
20-
> When contributing to this project, you must agree that you have authored 100% of the content, that you have the necessary rights to the content and that the content you contribute may be provided under the project license.
20+
> When contributing to this project, you must agree that you have authored 100% of the content, that you have the necessary rights to the content and that the content you contribute may be provided under the project license.

README.md

Lines changed: 63 additions & 351 deletions
Large diffs are not rendered by default.

agent_dingo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from agent_dingo.agent import AgentDingo
1+
# from agent_dingo.agent import AgentDingo
22

33
__version__ = "0.1.0"
44
__author__ = "Oleh Kostromin, Iryna Kondrashchenko"

agent_dingo/agent.py

Lines changed: 0 additions & 238 deletions
This file was deleted.

agent_dingo/agent/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from agent_dingo.agent.agent import Agent

0 commit comments

Comments
 (0)