Skip to content

Commit

Permalink
Merge pull request #4 from BeastByteAI/pipelines
Browse files Browse the repository at this point in the history
Pipelines
  • Loading branch information
iryna-kondr committed May 12, 2024
2 parents 76d5566 + 4c8e412 commit c235e82
Show file tree
Hide file tree
Showing 58 changed files with 2,949 additions and 861 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -159,5 +159,4 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
test.py
tmp.py
tmp_client.py
tmp*.py
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ There are several ways you can contribute to this project:

> ### Legal Notice <!-- omit in toc -->
>
> 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.
> 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.
414 changes: 63 additions & 351 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion agent_dingo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from agent_dingo.agent import AgentDingo
# from agent_dingo.agent import AgentDingo

__version__ = "0.1.0"
__author__ = "Oleh Kostromin, Iryna Kondrashchenko"
238 changes: 0 additions & 238 deletions agent_dingo/agent.py

This file was deleted.

1 change: 1 addition & 0 deletions agent_dingo/agent/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from agent_dingo.agent.agent import Agent
Loading

0 comments on commit c235e82

Please sign in to comment.