Kunal Pai commited on
Commit
4a2efcf
·
1 Parent(s): 904d53f

Update usage instructions in README.md for clarity and conciseness

Browse files
Files changed (1) hide show
  1. README.md +4 -3
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
- 3. Create agents using the `AgentCreator` tool or the `AgentManager` class.
39
- 4. Invoke agents using the `AskAgent` tool or the `AgentManager` class.
40
- 5. Manage tools and agents using the `ToolManager` and `AgentManager` classes.
 
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