Commit Graph

56 Commits

Author SHA1 Message Date
Luke
f26ccda097
Bulleting update & version bump (#5112)
* Bulleting update & version bump

* Bulletin.md updates

* Format bulletin

* Added info about new documentation theme.

---------

Co-authored-by: lc0rp <2609411+lc0rp@users.noreply.github.com>
2023-08-11 14:44:27 +02:00
Reinier van der Leer
2c53530e99
Fix path processing (#5032)
* Fix and clean up path processing in logs module

* Fix path processing throughout the project

* Fix plugins test

* Fix borky pytest vs mkdir(exist_ok=True)

* Update docs and gitignore for new workspace location

* Fix borky pytest vol.2

* ok james
2023-07-21 11:36:15 -07:00
Reinier van der Leer
e8b6676b22
Restructure logs.py into a module; include log_cycle (#4921)
* Consolidate all logging stuff into one module

* Merge import statement for `logs` and `logs.log_cycle`

---------

Co-authored-by: James Collins <collijk@uw.edu>
2023-07-09 20:14:25 +02:00
Peter Petermann
9e99db1d3e
Only take subclasses of AutoGPTPluginTemplate as plugins
Co-authored-by: Nicholas Tindle <nick@ntindle.com>
Co-authored-by: Luke <2609441+lc0rp@users.noreply.github.com>
2023-06-26 15:25:21 -04:00
merwanehamadi
512d7ba208
Remove analyze_code (#4705)
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
Co-authored-by: Erik Peterson <e@eriklp.com>
2023-06-15 12:55:50 -07:00
Nicholas Tindle
dae58f8167
Update .gitignore (#4610) 2023-06-07 01:46:09 -05:00
Robin Richtsfeld
624af3945c
Update .gitignore (#882)
Co-authored-by: Nicholas Tindle <nick@ntindle.com>
2023-06-07 00:12:12 -05:00
John Cole
a6d4deaf20
Update setup.md (#3690)
Co-authored-by: Richard Beales <rich@richbeales.net>
2023-05-19 18:39:12 +01:00
James Collins
dfcbf6eee6
Refactor/move singleton out of config module (#3161) 2023-04-24 17:24:57 -05:00
Richard Beales
ad5d8b2341
Re-work Docs and split out README (using MkDocs) (#2894)
* Initial Documentation re-org

* remove testing link from readme

* rewrite quickstart

* get code blocks working across mkdocs and github

* add link to plugins repo

* add link to plugins repo and move readme to plugin template repo

* Add emoji to "Extensibility with Plugins" in readme

Co-authored-by: Reinier van der Leer <github@pwuts.nl>

* Make docs deploy workflow path-selective

* Also run workflow when the workflow is updated

* fix readme links under configuration subfolder

* shrink subheadings in readme

---------

Co-authored-by: Toran Bruce Richards <toran.richards@gmail.com>
Co-authored-by: Reinier van der Leer <github@pwuts.nl>
2023-04-22 12:56:22 +01:00
BillSchumacher
23c650ca10
Merge branch 'master' of https://github.com/BillSchumacher/Auto-GPT into plugin-support 2023-04-19 17:28:17 -05:00
Walter Nasich
f582d9ca49
Delete unused folder /outputs/ (#1130)
Delete unused folder /outputs/ as it is no being used to store output files
2023-04-19 02:36:32 +02:00
BillSchumacher
085842d43c
Merge branch 'master' of https://github.com/BillSchumacher/Auto-GPT into plugin-support 2023-04-18 18:44:40 -05:00
Richard Beales
88ebebf74f Implement suggestions from pi - save current news to file 2023-04-18 21:45:09 +01:00
Evgeny Vakhteev
c62c8c6e71 merge BillSchumacher/plugin-support, conflicts 2023-04-18 13:13:38 -07:00
Evgeny Vakhteev
7f4e38844f adding openai plugin loader 2023-04-17 14:57:55 -07:00
superherointj
d47466ddf9 Add Nix flakes support through direnv
* Nix (https://nixos.org) is a reproducible build system.
* Enables Nix users to use/develop Auto-GPT, without installing PIP or any other future Auto-GPT dependency.
2023-04-17 16:22:46 +01:00
EH
9589334a30
Add File Downloading Capabilities (#1680)
* Added 'download_file' command

* Added util and fixed spinner

* Fixed comma and added autogpt/auto_gpt_workspace to .gitignore

* Fix linter issues

* Fix more linter issues

* Fix Lint Issues

* Added 'download_file' command

* Added util and fixed spinner

* Fixed comma and added autogpt/auto_gpt_workspace to .gitignore

* Fix linter issues

* Fix more linter issues

* Conditionally add the 'download_file' prompt

* Update args.py

* Removed Duplicate Prompt

* Switched to using path_in_workspace function
2023-04-17 03:34:02 +01:00
Merwane Hamadi
d934d226ce Update .gitignore to properly handle virtual environments 2023-04-16 11:32:27 -07:00
Richard Beales
de575eba60
Merge pull request #1586 from nicostubi/feature/gitignore-additions
Some more file extensions to ignore
2023-04-15 16:39:36 +01:00
Nicolas Stübi
84aed05ebb Merge branch 'master' into feature/gitignore-additions
# Conflicts:
#	.gitignore
2023-04-15 16:25:31 +02:00
Nicolas Stübi
f9265e9b01 Some more file extensions to ignore 2023-04-15 16:20:26 +02:00
Merwane Hamadi
dc4094b264 added smoke test 2023-04-14 17:20:02 -07:00
0xArty
6ca6a8aa60 added more tools 2023-04-14 20:17:37 +01:00
Dino Hensen
d64f866bfa Convert to python module named autogpt.
Also fixed the Dockerfile.
Converting to module makes development easier.
Fixes coverage script in CI and test imports.
2023-04-14 10:27:41 -07:00
Maiko Bossuyt
8093ac7949
Merge branch 'master' into add_ingest_documents_script 2023-04-14 18:12:23 +02:00
Mike Kelly
9e27e0165d gitignore the logs file 2023-04-14 13:19:30 +01:00
Maiko Bossuyt
334400edd1
Merge branch 'Torantulino:master' into add_ingest_documents_script 2023-04-13 13:50:41 +02:00
Richard Beales
c8b8673286
Merge pull request #802 from sweetlilmre/more_azure
More fixes for Azure hosting
2023-04-13 07:58:41 +01:00
Peter Edwards
bc4bca65d5 Fix for python < 3.10 2023-04-13 08:29:07 +02:00
sagarishere
9f2d609be3
Update .gitignore
Added ignoring .DS_Store for mac environments.

It can be assumed that some developers may not have global .gitignore settings for their environments. This will ease the friction of rejected push, commit rollback, again putting changes from stashes and then again pushing.

Can save precious time for some devs using Mac systems.
2023-04-13 09:24:15 +03:00
Maiko Bossuyt
2f1181f9a1 Update .gitignore 2023-04-12 22:52:37 +02:00
Drikus Roor
d780988554 chore: Add new lines to end of files 2023-04-12 20:21:42 +02:00
Richard Beales
364e2a4ba1
Merge branch 'master' into add-unit-tests-workflow 2023-04-12 18:14:37 +01:00
Richard Beales
ae6adb4ade
Merge pull request #770 from honeykjoule/update-gitignore
update gitignore venv/* to *venv/*
2023-04-12 10:12:15 +01:00
Richard Beales
9558f7a6c0
Merge pull request #746 from blankster/patch-3
Update .gitignore to ignore potential .idea folder
2023-04-12 09:56:44 +01:00
Drikus Roor
de28b376e8 ci: Install coverage package 2023-04-12 10:16:00 +02:00
honeykjoule
2b67ede6b3 update gitignore venv/* to *venv/* 2023-04-11 04:31:38 +00:00
blankster
c0d2df6acc
Update .gitignore
Ignoring IntelliJ Project Settings (e.g, Pycharm)
2023-04-11 01:59:43 +02:00
Artemonim
9ecfde013f Add log.txt to gitignore 2023-04-11 02:34:58 +03:00
Toran Bruce Richards
2165371d8e
Merge branch 'master' into master 2023-04-10 13:24:15 +01:00
Toran Bruce Richards
a30c2cf488
Merge pull request #616 from vandervoortj/patch-1
Update .gitignore
2023-04-10 06:45:03 +01:00
Jason Drage
5727b052fe jd: ignore venv 2023-04-10 13:38:56 +10:00
vandervoortj
54101c7997
Update .gitignore
Ignore auto-get.json
2023-04-09 15:49:19 -04:00
sarango
db3728f610 ADD .vscode to .gitignore 2023-04-09 12:49:30 -05:00
Toran Bruce Richards
89ab8397bf Ignores ai_settings.yaml 2023-04-06 11:56:28 +01:00
ryanmac
a5048aed56 Fix .gitignore to include the correct path to auto_gpt_workspace 2023-04-03 14:20:45 -05:00
Toran Bruce Richards
5c97a71c74 ignores outputs. 2023-04-03 13:39:05 +01:00
Taylor Brown
7fd2ce2bc6 Clean up where last_run_settings go 2023-04-02 22:12:14 -05:00
James C. Palmer
ef656a0f77 Remove keys.py and replace with python-dotenv.
- Removed `keys.py`.
- Added `.env.template`.
- Added `.env` to `.gitignore`.
- Updated various files that imported `keys` to use `os.getenv` instead.
- Updated `requirements.txt` dependencies.
- Updated README.md with instructions on setting up environment variables.

This change improves security, flexibility, and makes it easier to use Auto-GPT in notebooks. Environment variables are stored in `.env` and loaded via `load_dotenv()` in `scripts/main.py`.
2023-04-02 06:39:55 -04:00