QagentS commited on
Commit
a7ad68a
1 Parent(s): 8aac297

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -15
README.md CHANGED
@@ -34,7 +34,7 @@ widget:
34
 
35
  [colab_notebook](https://colab.research.google.com/drive/10av3SxFf0Psx_IkmZbcUhiVznStV5pVS?usp=sharing)
36
 
37
- [pip flow]()
38
 
39
  [linkedin_post]()
40
 
@@ -48,15 +48,11 @@ widget:
48
 
49
 
50
  Given a goal and tools can Ai intelligently use the tools to reach the goal ?
51
-
52
  What if it has a meagre 1.3b params/neurons akin to that of an owl ?
53
-
54
  Can it follow instructions and plan to reach a goal ?
55
-
56
  Apparently it can.
57
-
58
-
59
- Releasing `pip-code-bandit` and `pip_flow` a model and a library to manage and run goal oriented agentic system.
60
 
61
 
62
  ## Model attributes
@@ -93,20 +89,14 @@ The model is open source under apache 2.0. License
93
 
94
  ## Usage
95
 
 
96
  ### NOTE:
97
 
98
 
99
 
100
  ### Library use
101
 
102
- For directly using the capabilities of model without putting extra efforts on schems and prompts try to use [pip flow]().
103
-
104
- Here's a brief overview of what can be achieved using the PipEtl library:
105
-
106
- - `Function Call Generation` : The generate_function_call method facilitates the generation of Python function calls based on provided questions and either docstrings or undocumented code. This feature can be useful for generating example function calls or for prototyping code snippets.
107
- - `Automated Documentation Generation` : With the generate_docstring method, users can automatically generate comprehensive docstrings for Python functions. This feature aids in maintaining well-documented codebases and adhering to best practices.
108
- - `Module Documentation` : The generate_module_docstrings method allows for generating documentation for all methods and functions within a given module or package. This capability streamlines the documentation process, especially for large codebases with numerous functions.
109
- - `SQL Query Generation` : Users can leverage the generate_sql method to automatically generate SQL queries based on provided schemas and questions. This functionality simplifies the process of creating SQL queries, particularly for data-related tasks.
110
 
111
  For detailed usage refer to the [colab_notebook](https://colab.research.google.com/drive/10av3SxFf0Psx_IkmZbcUhiVznStV5pVS?usp=sharing)
112
 
 
34
 
35
  [colab_notebook](https://colab.research.google.com/drive/10av3SxFf0Psx_IkmZbcUhiVznStV5pVS?usp=sharing)
36
 
37
+ [pipflow](https://github.com/PipableAI/pipflow)
38
 
39
  [linkedin_post]()
40
 
 
48
 
49
 
50
  Given a goal and tools can Ai intelligently use the tools to reach the goal ?
 
51
  What if it has a meagre 1.3b params/neurons akin to that of an owl ?
 
52
  Can it follow instructions and plan to reach a goal ?
 
53
  Apparently it can.
54
+ Releasing `pip-code-bandit` and `pipflow`
55
+ -- a model and a library to manage and run goal oriented agentic system.
 
56
 
57
 
58
  ## Model attributes
 
89
 
90
  ## Usage
91
 
92
+
93
  ### NOTE:
94
 
95
 
96
 
97
  ### Library use
98
 
99
+ For directly using the capabilities of model without putting extra efforts on schems and prompts try to use [pipflow](https://github.com/PipableAI/pipflow).
 
 
 
 
 
 
 
100
 
101
  For detailed usage refer to the [colab_notebook](https://colab.research.google.com/drive/10av3SxFf0Psx_IkmZbcUhiVznStV5pVS?usp=sharing)
102