aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
9 daysrefactor(forge): Clean `forge` (#7117)Gravatar Krzysztof Czerwinski 1-2/+0
Remove unused `forge` code and improve structure of `forge`. * Put all Agent Protocol stuff together in `forge.agent_protocol` * ... including `forge.agent_protocol.database` (was `forge.db`) * Remove duplicate/unused parts from `forge` * `forge.actions`, containing old commands; replaced by `forge.components` from `autogpt` * `forge/agent.py` (the old one, `ForgeAgent`) * `forge/app.py`, which was used to serve and run the `ForgeAgent` * `forge/db.py` (`ForgeDatabase`), which was used for `ForgeAgent` * `forge/llm.py`, which has been replaced by new `forge.llm` module which was ported from `autogpt.core.resource.model_providers` * `forge.memory`, which is not in use and not being maintained * `forge.sdk`, much of which was moved into other modules and the rest is deprecated * `AccessDeniedError`: unused * `forge_log.py`: replaced with `logging` * `validate_yaml_file`: not needed * `ai_settings_file` and associated loading logic and env var `AI_SETTINGS_FILE`: unused * `prompt_settings_file` and associated loading logic and env var `PROMPT_SETTINGS_FILE`: default directives are now provided by the `SystemComponent` * `request_user_double_check`, which was only used in `AIDirectives.load` * `TypingConsoleHandler`: not used
2024-05-09Remove arena (#7134)Gravatar Swifty 1-5/+0
* remove arena * refactor: Remove Arena intake workflow * Remove all mention of the arena * remove evo.ninja
2023-11-27feat: add evo.ninja (setup only) (#6379)Gravatar Jordan Ellis 1-1/+5
2023-10-26Add CI for the hackathon and fix TestAgent.jsonGravatar Merwane Hamadi 1-0/+1
2023-09-29Granger entering the arena (#5401)Gravatar Jonathan Balloch 1-1/+2
* .github_access_token added to git ignore * Granger entering the arena
2023-09-19Made the action only trigger if the frontend is modifiedGravatar SwiftyOS 1-1/+0
2023-09-15added git commands workflow to cliGravatar SwiftyOS 1-1/+2
2023-09-12Added ignore private filesGravatar SwiftyOS 1-0/+6
2023-09-09Auto-GPT: unbreak Docker release buildGravatar Reinier van der Leer 1-3/+1
2023-08-11Bulleting update & version bump (#5112)Gravatar Luke 1-0/+7
* 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-07-21Fix path processing (#5032)Gravatar Reinier van der Leer 1-1/+1
* 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-09Restructure logs.py into a module; include log_cycle (#4921)Gravatar Reinier van der Leer 1-1/+1
* 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-06-26Only take subclasses of AutoGPTPluginTemplate as pluginsGravatar Peter Petermann 1-1/+1
Co-authored-by: Nicholas Tindle <nick@ntindle.com> Co-authored-by: Luke <2609441+lc0rp@users.noreply.github.com>
2023-06-15Remove analyze_code (#4705)Gravatar merwanehamadi 1-0/+1
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com> Co-authored-by: Erik Peterson <e@eriklp.com>
2023-06-07Update .gitignore (#4610)Gravatar Nicholas Tindle 1-2/+2
2023-06-07Update .gitignore (#882)Gravatar Robin Richtsfeld 1-6/+1
Co-authored-by: Nicholas Tindle <nick@ntindle.com>
2023-05-19Update setup.md (#3690)Gravatar John Cole 1-0/+1
Co-authored-by: Richard Beales <rich@richbeales.net>
2023-04-24Refactor/move singleton out of config module (#3161)Gravatar James Collins 1-0/+1
2023-04-22Re-work Docs and split out README (using MkDocs) (#2894)Gravatar Richard Beales 1-0/+1
* 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-19Merge branch 'master' of https://github.com/BillSchumacher/Auto-GPT into ↵Gravatar BillSchumacher 1-1/+0
plugin-support
2023-04-19Delete unused folder /outputs/ (#1130)Gravatar Walter Nasich 1-1/+0
Delete unused folder /outputs/ as it is no being used to store output files
2023-04-18Merge branch 'master' of https://github.com/BillSchumacher/Auto-GPT into ↵Gravatar BillSchumacher 1-0/+4
plugin-support
2023-04-18Implement suggestions from pi - save current news to fileGravatar Richard Beales 1-0/+3
2023-04-18merge BillSchumacher/plugin-support, conflictsGravatar Evgeny Vakhteev 1-3/+2
2023-04-17adding openai plugin loaderGravatar Evgeny Vakhteev 1-0/+2
2023-04-17Add Nix flakes support through direnvGravatar superherointj 1-0/+1
* 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 Add File Downloading Capabilities (#1680)Gravatar EH 1-0/+1
* 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-16Update .gitignore to properly handle virtual environmentsGravatar Merwane Hamadi 1-3/+1
2023-04-15Merge pull request #1586 from nicostubi/feature/gitignore-additionsGravatar Richard Beales 1-0/+2
Some more file extensions to ignore
2023-04-15Merge branch 'master' into feature/gitignore-additionsGravatar Nicolas Stübi 1-8/+136
# Conflicts: # .gitignore
2023-04-15Some more file extensions to ignoreGravatar Nicolas Stübi 1-0/+2
2023-04-14added smoke testGravatar Merwane Hamadi 1-1/+4
2023-04-14added more toolsGravatar 0xArty 1-4/+130
2023-04-14Convert to python module named autogpt.Gravatar Dino Hensen 1-4/+4
Also fixed the Dockerfile. Converting to module makes development easier. Fixes coverage script in CI and test imports.
2023-04-14Merge branch 'master' into add_ingest_documents_scriptGravatar Maiko Bossuyt 1-0/+1
2023-04-14gitignore the logs fileGravatar Mike Kelly 1-0/+1
2023-04-13Merge branch 'Torantulino:master' into add_ingest_documents_scriptGravatar Maiko Bossuyt 1-0/+5
2023-04-13Merge pull request #802 from sweetlilmre/more_azureGravatar Richard Beales 1-0/+2
More fixes for Azure hosting
2023-04-13Fix for python < 3.10Gravatar Peter Edwards 1-0/+2
2023-04-13Update .gitignoreGravatar sagarishere 1-0/+3
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-12Update .gitignoreGravatar Maiko Bossuyt 1-0/+1
2023-04-12chore: Add new lines to end of filesGravatar Drikus Roor 1-1/+1
2023-04-12Merge branch 'master' into add-unit-tests-workflowGravatar Richard Beales 1-1/+2
2023-04-12Merge pull request #770 from honeykjoule/update-gitignoreGravatar Richard Beales 1-1/+1
update gitignore venv/* to *venv/*
2023-04-12Merge pull request #746 from blankster/patch-3Gravatar Richard Beales 1-0/+1
Update .gitignore to ignore potential .idea folder
2023-04-12ci: Install coverage packageGravatar Drikus Roor 1-0/+5
2023-04-11update gitignore venv/* to *venv/*Gravatar honeykjoule 1-1/+1
2023-04-11Update .gitignoreGravatar blankster 1-0/+1
Ignoring IntelliJ Project Settings (e.g, Pycharm)
2023-04-11Add `log.txt` to gitignoreGravatar Artemonim 1-0/+1
2023-04-10Merge branch 'master' into masterGravatar Toran Bruce Richards 1-1/+3