39 Commits

Author SHA1 Message Date
Clelia (Astra) Bertelli cb28f060f3 feat: add fullstack templates (#33) vibe-llama-core@v0.2.1 v0.5.1 2025-11-03 17:26:29 +01:00
Clelia (Astra) Bertelli e0b93c4f36 Changing logo colors, adding an MCP config (#32)
* chore: logo colors; feat: mcp config

* docs: update readme
vibe-llama-core@v0.2.0 v0.5.0
2025-10-30 22:55:40 +01:00
Logan 1039b57372 update skills docs (#31)
* update skills docs

* chore: vbump to align with vibe-llama-core

---------

Co-authored-by: Clelia (Astra) Bertelli <clelia@runllama.ai>
v0.4.7.post1
2025-10-23 10:10:18 +00:00
Adrian Lyjak c80189f93c quiet the output down for sdk usage (#30)
* quiet the output down for sdk usage

* bump version
vibe-llama-core@v0.1.1.post1
2025-10-23 00:34:07 +02:00
Clelia (Astra) Bertelli 43deec7e27 feat: claude skills (#29)
* wip: claude skills

* wip: more skills and (untested) code support

* chore: add tests and fixes

* chore: more tests and final touches
vibe-llama-core@v0.1.1 v0.4.7
2025-10-22 20:57:22 +02:00
Jerry Liu 835a285b0e update docs on classify (#26)
* cr

* ci: lint

---------

Co-authored-by: Clelia (Astra) Bertelli <clelia@runllama.ai>
2025-10-20 16:28:33 +02:00
Clelia (Astra) Bertelli ad91e17a3c fix: core package publishing (#25) vibe-llama-core@v0.1.0 v0.4.6 2025-10-10 11:21:44 +02:00
Clelia (Astra) Bertelli f4bd7b3019 feat: add vibe-llama-core (#24)
* feat: add vibe-llama-core

* fix: remove installation test in build action bc of deps problems

* fix: testing installation for core package
2025-10-10 11:14:40 +02:00
Logan a613a9d0c5 fix broken docs links (#23) 2025-09-30 15:02:34 -06:00
Adrian Lyjak 4b447f987b Update workflow templates to use remote repo (#22)
* Refactor: Use remote templates for scaffolding

Co-authored-by: adrian <adrian@runllama.ai>

* Fix formats

* chore: vbump

---------

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Clelia (Astra) Bertelli <clelia@runllama.ai>
v0.4.5
2025-09-29 13:22:03 +00:00
Adrian Lyjak bc4bf37b4b Copy paste in llamadeploy docs (#21)
* Copy paste in llamadeploy docs 😢

* version bump
v0.4.4
2025-09-26 20:37:56 +02:00
Clelia (Astra) Bertelli b3f8f27f8e chore: uv lock (#20) v0.4.3 2025-09-19 11:45:23 +02:00
Clelia (Astra) Bertelli dc00e75770 QoL improvements related to configuration (#19)
* feat: qol improvements related to configuration

* ci: lint

* feat: allow to start directly docuflows after starter

* feat: add docuflows after scaffold; fix: adjust tests

* chore: warning about reference files; feat: process max 15 reference files at a time

* feat: organization ID not required
2025-09-18 18:25:41 +02:00
Adrian Lyjak a488862e11 Update templates to python modules with llamadeploy support (#18) v0.4.2 2025-09-09 15:15:28 -04:00
Clelia (Astra) Bertelli 6920bafaa7 fix: correct instructions base url (#17)
* fix: correct URL for instructions

* chore: vbump
v0.4.1.post1
2025-09-08 15:27:11 +02:00
Clelia (Astra) Bertelli d92a58fd9c feat: add workflow scaffolding (#14)
* feat: add workflow scaffolding

* refactor: templating logic

* refactor: better workflow example; docs: readme for all templates

* fix: broken import

* wip: scaffold tests

* chore: more tests; feat: terminal UI for scaffold command; chore: cleanup of pydantic deprecation warnings

* docs: readme section for scaffold

* fix: fix terminal ui

* workflows scaffolding (#15)

* copier

* Fix tests, switch back to string

* oops

* Fix lint

* fix: path traversal now works with editable and non-editable installation

---------

Co-authored-by: Clelia (Astra) Bertelli <clelia@runllama.ai>

* feat: add scaffold to sdk

---------

Co-authored-by: Adrian Lyjak <adrianlyjak@gmail.com>
v0.4.1
2025-09-05 15:54:16 +02:00
Clelia (Astra) Bertelli e305d5d984 feat: adding an mcp server to retrieve relevant contextual information (#11)
* wip: adding an mcp server to retrieve relevant contextual information

* wip: corrected MCP server

* feat: full MCP server and client implementation and testing

* chore: implement suggestions

* fix: uv.lock

* chore: add llms.txt

* fix: fixes on the get_instructions

* chore: pre-merge cleanup
v0.4.0
2025-09-02 18:17:00 +02:00
Jerry Liu ac25065892 Fix file path/directory handling (during workflow generation and testing) (#13)
* cr

* cr

* cr

* chore: vbump

* chore: uv lock

---------

Co-authored-by: Clelia (Astra) Bertelli <clelia@runllama.ai>
v0.3.5
2025-09-01 11:10:28 +00:00
Logan Markewich 4619b19a0b v0.3.4 v0.3.4 2025-08-30 11:21:09 -06:00
Jerry Liu 66e0333352 cr (#12) 2025-08-30 11:20:26 -06:00
Clelia (Astra) Bertelli 6ca0746678 feat: add the option to overwrite local files (#10) v0.3.3 2025-08-28 23:16:00 +02:00
Clelia (Astra) Bertelli 9d1329c961 More detailed docs (#9)
* docs: better llamacloud and workflows docs

* chore: test settings

* chore: remove debug files

* feat: restore docs URL for merging
v0.3.2
2025-08-28 17:29:08 +02:00
Clelia (Astra) Bertelli 0af2416ef9 fix: venv and deps for workflow testing (#8)
* fix: venv and deps for workflow testing

* chore: suggestions
2025-08-27 15:01:07 +00:00
Clelia (Astra) Bertelli 6f6b6190c8 feat: add workflow builder for document processing (#4)
* feat: add workflow builder for document processing

* fix: uv.lock

* feat: refactoring for code readability

* feat: introducing typed state

* chore: small nits

* fix: full typed state implementation

* ci: adding tests for docuflows

* fix: pre-commit messed up the tests

* fix: use vibe-llama starter sdk to bootstrap instructions for docuflows

* docs: better docs and using .vibe-llama/rules/AGENTS.md as instructions file

* Update README.md

* ci: lint

---------

Co-authored-by: Tuana Çelik <tuanacelik95@gmail.com>
v0.3.0
2025-08-26 13:48:36 +02:00
Clelia (Astra) Bertelli 1588f52454 feat: add sdk (#7) v0.2.0 2025-08-22 14:40:44 +02:00
Clelia (Astra) Bertelli 171833b824 chore: vbump v0.1.0.post1 2025-08-21 11:38:23 +02:00
Clelia (Astra) Bertelli 2e232d507f Merge branch 'main' of https://github.com/run-llama/vibe-llama 2025-08-21 11:36:09 +02:00
Clelia (Astra) Bertelli 5c70e6c5b3 v0.1.0 -> v0.1.0.post1 (#6) 2025-08-21 11:35:28 +02:00
Clelia (Astra) Bertelli 5d4c2ae636 v0.1.0 -> v0.1.0.post1 2025-08-21 11:33:19 +02:00
Clelia (Astra) Bertelli 4bf08a260f Merge pull request #5 from run-llama/clelia/suggestions
Add suggestions
v0.1.0
2025-08-20 15:10:42 +02:00
Clelia (Astra) Bertelli 8e81c9b73f chore: add prompt toolkit, remove textual 2025-08-20 15:05:13 +02:00
Clelia (Astra) Bertelli 84441bc6af chore: implement suggestions 2025-08-20 15:02:11 +02:00
Clelia (Astra) Bertelli 4923613bbb Merge pull request #2 from run-llama/clelia/typos
fix: typos
2025-08-19 17:36:42 +02:00
Clelia (Astra) Bertelli a5f0637103 fix: typos 2025-08-19 17:35:04 +02:00
Tuana Çelik 754818fbcb Merge pull request #1 from run-llama/cursor-edits
Cursor support + Edits to the Readme
2025-08-19 17:19:55 +03:00
TuanaCelik 6c5139be1a fixing typo 2025-08-19 17:18:52 +03:00
TuanaCelik 45c7e3f881 fixing linting and failed tests 2025-08-19 17:11:29 +03:00
TuanaCelik a8ff14044f edits to the readme + some code edits to make the rules identifiable by cursor 2025-08-19 17:05:43 +03:00
Clelia (Astra) Bertelli ff1919c4f3 first commit 2025-08-19 14:16:19 +02:00