Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
KOGTI-2023 pushed 1 commit to master KOGTI-2023/TraderEvolution-Examples
- prefer c# extention e834bde
KOGTI-2023 created a branch on KOGTI-2023/TradingStrategies
dev - A Test of create Strategy for my HeldenTraderPRP
KOGTI-2023 created a branch on KOGTI-2023/TradingStrategies
main - A Test of create Strategy for my HeldenTraderPRP
KOGTI-2023 created a repository: KOGTI-2023/TradingStrategies
https://github.com/KOGTI-2023/TradingStrategies - A Test of create Strategy for my HeldenTraderPRP
KOGTI-2023 pushed 2 commits to main KOGTI-2023/DependaBot
KOGTI-2023 closed a pull request on KOGTI-2023/DependaBot
Bump hot-formula-parser from 3.0.0 to 4.0.0 in /javascript
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yours...KOGTI-2023 pushed 2 commits to main KOGTI-2023/DependaBot
KOGTI-2023 closed a pull request on KOGTI-2023/DependaBot
Bump lodash from 4.17.20 to 4.17.21 in /javascript
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lodash/lodash/commit/f299b52f39486275a9e6483b60a4...KOGTI-2023 pushed 2 commits to main KOGTI-2023/DependaBot
KOGTI-2023 closed a pull request on KOGTI-2023/DependaBot
Bump actions/setup-java from 1 to 4
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yours...KOGTI-2023 created a comment on a pull request on KOGTI-2023/DependaBot
Test dependabot
KOGTI-2023 pushed 2 commits to main KOGTI-2023/DependaBot
KOGTI-2023 closed a pull request on KOGTI-2023/DependaBot
Bump actions/checkout from 1 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/releases">acti...KOGTI-2023 pushed 29 commits to main KOGTI-2023/crewAI
- add support for langfuse with litellm (#1721) 6930b68
- docs: Add quotes to agentops installing command (#1729) * docs: Add quotes to agentops installing command * feat: A... 11a3d4b
- Fixed output_file not respecting system path (#1726) Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhanco... bc2a86d
- fix:typo error (#1732) * Update crew_agent_executor.py typo error * Update en.json typo error 46be5e8
- Fix Knowledge docs Spaceflight News API dead link 5a7a323
- call storage.search in user context search instead of memory.search (#1692) Co-authored-by: Eduardo Chiarotti <dudum... e01c0a0
- Merge branch 'main' into main d763eef
- Merge pull request #1733 from rokbenko/main [DOCS] Fix Spaceflight News API docs link on Knowledge docs page b07c515
- Add doc structured tool (#1713) * Add doc structured tool * Fix example --------- Co-authored-by: Brandon H... 1261ce5
- _execute_tool_and_check_finality 结果给回调参数,这样就可以提前拿到结果信息,去做数据解析判断做预判 (#1716) Co-authored-by: xiaohan <[email protected]> Co... 8c90db0
- format bullet points (#1734) Co-authored-by: Brandon Hancock (bhancock_ai) <[email protected]... 236e42d
- Add missing @functools.wraps when wrapping functions and preserve wrapped class name in @CrewBase. (#1560) * Update ... c4f7eaf
- Fix disk I/O error when resetting short-term memory. (#1724) * Fix disk I/O error when resetting short-term memory. ... 6b87d22
- restrict python version compatibility (#1731) * drop 3.13 * revert * Drop test cassette that was causing error... 54ebd6c
- Bugfix/restrict python version compatibility (#1736) * drop 3.13 * revert * Drop test cassette that was causin... c1df7c4
- Update pyproject.toml and uv.lock to drop crewai-tools as a default requirement (#1711) 2f9a2af
- copy googles changes. Fix tests. Improve LLM file (#1737) * copy googles changes. Fix tests. Improve LLM file * F... d932b20
- fix:typo error (#1738) * Update base_agent_tools.py typo error * Update main.py typo error * Update base... da4f356
- Remove manager_callbacks reference (#1741) da9220f
- include event emitter in flows (#1740) * include event emitter in flows * Clean up * Fix linter 1df61ab
- and 9 more ...
KOGTI-2023 pushed 16 commits to main KOGTI-2023/Flowise
- fix: change data source lifecycle on agent memory mysql saver (#3578) * fix: change data source lifecycle on agent m... 09d20fa
- IBM Watsonx embeddings node (#3648) * Add icon image * Add embeddings node * Fix typo e773181
- Chore/Bump Pinecone Dep to V4 (#3646) * bump dep * Update pnpm-lock.yaml * update pinecone to v4 e020452
- Feature/Custom Assistant Builder (#3631) * add custom assistant builder * add tools to custom assistant * add save... fe2ed26
- Feature/Add dedicated agent memory nodes (#3649) add dedicated agent memory nodes cadc3b8
- Bugfix/SQLite agent memory node (#3650) * add dedicated agent memory nodes * sqlite agent memory fix * Update pnpm... 7d1234a
- feat(models): add Llama 3.3 70B models to groqChat (#3651) * feat(models): add Llama 3.3 70B models to groqChat Add... 680fe8d
- Bugfix/Prevent open connections on typeorm datasource (#3652) prevent open connections on typeorm datasource ddca80d
- Chore/remove app server functions from utils file (#3671) * remove app server functions from utils file * hide over... 5c54162
- Release/2.2.2 (#3673) [email protected] release b087f4c
- IBM Watsonx LLM node (#3674) * Add node icon * Add node 99d4bac
- fix: followUpPrompts migration for MariaDB (#3677) 13fb0f1
- Chore/swagger update (#3692) * update swagger spec * update api docs to include doc store file chunks d974564
- feat: Add options to filter conversation history messages used in sequential LLM and Agent nodes (#3653) * feat: Add... 26b78ad
- feat. add epub support #3629 (#3668) * feat. add epub support * Add dependencies bfd6770
- Bugfix/Get value with nested metadata filter (#3695) add ability to get value with nested metadata filter 85abd15
KOGTI-2023 pushed 45 commits to master KOGTI-2023/AutoGPT-original-
- refactor(backend): Remove un-needed join in `fix_llm_provider_credentials` query (#8728) c14ab0c
- fix(backend): Revert non-async routes that are changed to async (#8734) 6954f4e
- fix(backend): Re-work the connection input consumption logic for Agent Executor Block (#8710) 8b4bb27
- fix: hide content except login when not authenticated to prevent errors (#8398) * fix: hide content except login whe... 5ee8b62
- Merge branch 'master' into dev f2816f9
- docs(platform): Fix url in `README.md` (#8747) bc8ae1f
- fix(backend): Fix .env file read contention on pyro connection setup (#8736) f00654c
- fix(forge): Fix double `model` kwarg error in `AnthropicProvider.create_chat_completion(..)` (#8666) 464b530
- feat(platform, blocks): Webhook-triggered blocks (#8358) - feat(blocks): Add GitHub Pull Request Trigger block ## f... eef9bbe
- fix(backend): Add missing `strenum` dependency Follow-up hotfix for #8358 3d21d54
- build(deps-dev): bump the development-dependencies group in /autogpt_platform/backend with 2 updates (#8761) build(d... 03f7766
- chore(market): Update Ruff from 0.7.4 to 0.8.0 (#8758) c6e838d
- refactor(platform): Combine per-provider credentials API calls (#8772) - Add `/integrations/credentials` endpoint wh... f141455
- fix(platform): allowing condition block to compare 2 strings (#8771) Co-authored-by: Reinier van der Leer <pwuts@agp... 951948d
- fix(platform): handle None value in issue body when fetching GitHub issues (#8773) Co-authored-by: Reinier van der L... 708ed9a
- updated URL on README.md (#8767) * docs(backend): Add `--build` to docker command in Getting Started guide (#8762) ... f62fa3e
- feat(blocks): Add Word Character Count Block (#8781) * Adds Word Character Count Block Co-Authored-By: SerchioSD ... 4aae15d
- chore(libs): Update dev dependency Ruff from 0.7.4 to 0.8.0 (#8760) build(deps-dev): bump ruff Bumps the developm... effd1e3
- fix(frontend): Add integer type definition for node handles (#8803) 6bfe7ff
- fix(frontend): Add text length limit when displaying Graph & Block name with different length in different places (#8... 86fbbae
- and 25 more ...
KOGTI-2023 pushed 25 commits to main KOGTI-2023/crewAI
- Update Agents docs to include two approaches for creating an agent: with and without YAML configuration 588ad3c
- Merge pull request #1675 from rokbenko/rok [DOCS] Update Agents docs to include two approaches for creating an agent bca56ee
- Documentation Improvements: LLM Configuration and Usage (#1684) * docs: improve tasks documentation clarity and stru... 4bc23af
- Fixes issues with result as answer not properly exiting LLM loop (#1689) * v1 of fix implemented. Need to confirm wi... 3285c1b
- preparing new version f8a8e7b
- fix missing code in flows docs (#1690) * docs: improve tasks documentation clarity and structure - Add Task Execu... 7d9d0ff
- Update reset memories command based on the SDK (#1688) Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhan... 308a8dc
- Update using langchain tools docs (#1664) * Update example of how to use LangChain tools with correct syntax * Us... 9e9b945
- [FEATURE] Support for custom path in RAGStorage (#1659) * added path to RAGStorage * added path to short term and... aaf80d1
- [Doc]: Add documenation for openlit observability (#1612) * Create openlit-observability.mdx * Update doc with im... 77af733
- Fix indentation in llm-connections.mdx code block (#1573) Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+b... ed3487a
- Knowledge project directory standard (#1691) * Knowledge project directory standard * fixed types * comment fi... 1af95f5
- Update README.md (#1694) Corrected the statement which says users can not disable telemetry, but now users can disab... b6c6eea
- Talk about getting structured consistent outputs with tasks. 4fb3331
- Merge branch 'main' into brandon/cre-510-update-docs-to-talk-about-pydantic-and-json-outputs 0695c26
- Merge pull request #1698 from crewAIInc/brandon/cre-510-update-docs-to-talk-about-pydantic-and-json-outputs Talk abo... 066ad73
- remove all references to pipeline and pipeline router (#1661) * remove all references to pipeline and router * fi... bbea797
- docs: add nvidia as provider (#1632) Co-authored-by: Brandon Hancock (bhancock_ai) <[email protected]... 48bb8ef
- add knowledge demo + improve knowledge docs (#1706) fa373f9
- Brandon/cre 509 hitl multiple rounds of followup (#1702) * v1 of HITL working * Drop print statements * HITL c... 6115265
- and 5 more ...
KOGTI-2023 pushed 6 commits to main KOGTI-2023/Flowise
- Bugfix/redis connection is closed (#3591) * Added redis open connection if it is closed * Removed unecessary modi... d20a970
- Bugfix/Refresh record manager config (#3626) refresh record manager config bd203a1
- Chore/Update multer path if blob storage path is set (#3609) update multer path if blob storage path is set 7482e7f
- [Bugfix] Milvus search error (#3623) Fix milvus search error ba8a462
- Bugfix/Uploaded file type is empty (#3634) * fix bug where uploaded file type is empty * Update ChatMessage.jsx 20e0938
- Bugfix/Node ID Replacing Existing One (#3643) fix node is replacing 371da23