Spaces:
Running
Running
Kunal Pai
commited on
Commit
·
4a2efcf
1
Parent(s):
904d53f
Update usage instructions in README.md for clarity and conciseness
Browse files
README.md
CHANGED
@@ -35,9 +35,10 @@ To use the project, you need to:
|
|
35 |
|
36 |
1. Configure the budget in `src/manager/budget_manager.py`.
|
37 |
2. Create tools and place them in the `src/tools/default_tools` or `src/tools/user_tools` directories.
|
38 |
-
|
39 |
-
|
40 |
-
|
|
|
41 |
|
42 |
## Contributing
|
43 |
|
|
|
35 |
|
36 |
1. Configure the budget in `src/manager/budget_manager.py`.
|
37 |
2. Create tools and place them in the `src/tools/default_tools` or `src/tools/user_tools` directories.
|
38 |
+
|
39 |
+
Please note that by default, we do provide a lot of pre-defined tools and agents, so you may not need to create your own tools unless you have specific requirements.
|
40 |
+
|
41 |
+
3. By default, on running `python main.py`, you would need to authenticate with Auth0. But, this can be overriden through the CLI argument `--no-auth` to skip authentication.
|
42 |
|
43 |
## Contributing
|
44 |
|